karangattu / shiny_helpdesk

Create issues for Shiny for Python and get AI responses on GitHub
MIT License
0 stars 0 forks source link

Loading million rows crashes dataframe #50

Open karangattu opened 1 month ago

karangattu commented 1 month ago

I am trying to load 1 Million rows into a dataframe within my shiny app and it crashes. Can you help me with this?

github-actions[bot] commented 1 month ago

To diagnose this performance issue, I need more information:

  1. What's the file format of your data (CSV, Excel, etc.)?
  2. How are you loading the data (which function/method)?
  3. What's the memory available on your system?
  4. Are you getting any specific error messages?
  5. Do you need to load all rows at once, or could you implement pagination/filtering?

Note: This is an AI-generated response and may contain errors. The team will investigate once you provide these details. In general, for large datasets, consider: