-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
- Update reading of CSV files to use
pandas.read_csv()so that large CSVs don't cause python to explode - get_plotting_data.py -> SpatialCsvData.from_csv() has a mostly complete implementation. Base work off of that
- Work to be done in branch
update-FileReading - Make a new venv and make sure you're using python 3.11
TODO
- get_plotting_data.py -> SpatialCsvData.from_csv()
- Throw error when CSV is empty
- Throw error when header does not contain necessary columns (maybe use plotting_helper.py -> check_aedat_csv_format())
- Update tests accordingly
- get_plotting_data.py -> read_aedat_csv
- Update CSV reading to use
pandas.read_csv() - Update camera type handling to be similar to
SpatialCsvData.from_csv()
- Update CSV reading to use
- event_density.py -> main()
- Update CSV reading to use
pandas.read_csv()
- Update CSV reading to use
- spike_graph.py -> get_activity_area()
- Update CSV reading to use
pandas.read_csv()
- Update CSV reading to use
- process_CSV.py -> process_csv_files()
- Update CSV reading to use
pandas.read_csv()
- Update CSV reading to use
- extract_pgm.py -> main()
- Update CSV reading to use
pandas.read_csv()
- Update CSV reading to use
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request