-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Failed to import data big data file #2837
Comments
JASP should be able to handle up to 1500 columns. |
Could you share the data file? |
@RensDofferhoff the data file is in bug report above. I think something different here. |
Thats the JASP file. I hope for the original csv |
There were problems in the past with >1000 columns because of the sqlite backend. |
I had the same thought but the COLUMN_MAX should be 2k by default. |
Ah I see. The limit is 999 Columns currently. |
yes, it's depends how we store these tables, we may store them as relational tables indexed by primary keys but not only single table to improve query performance and limit. |
A PR was merged that allows loading of 16k columns in reasonable time: |
JASP Version
0.19.0
Commit ID
No response
JASP Module
Unrelated
What analysis are you seeing the problem on?
No response
What OS are you seeing the problem on?
Windows 11
Bug Description
Failed to import data from .sav and .csv file. There are >1500 attributes (columns).
I reduced the characters to 967, import from a .csv file, save as Research result DB_am_1d.jasp, but the program crashes during startup, reports that the file location is bad.
There are 444 entries. What's the problem that I can't run Jasp? I can send the data file.
Expected Behaviour
Failed to import data
Tyrimo rezultatu DB_am_1d.zip
Steps to Reproduce
...
Log (if any)
No response
Final Checklist
The text was updated successfully, but these errors were encountered: