Open karangattu opened 1 month ago
To diagnose this performance issue, I need more information:
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:
data.table
or polars
instead of pandas
I am trying to load 1 Million rows into a dataframe within my shiny app and it crashes. Can you help me with this?