Commit eda120c
Fix pandas FutureWarnings in ecephys_project_cache
- Select only the needed column before groupby().apply() to avoid
FutureWarning about grouping columns (compatible with pandas 1.5+)
- Use None instead of 0 to initialize column, avoiding dtype incompatibility
warning when storing arrays of strings
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 920e6b7 commit eda120c
937 files changed
Lines changed: 349373 additions & 3 deletions
File tree
- allensdk/brain_observatory/ecephys
- build
- lib/allensdk
- api
- cloud_cache
- queries
- warehouse_cache
- brain_observatory
- behavior
- behavior_project_cache
- project_apis
- abcs
- data_io
- project_metadata_writer
- tables
- util
- data_files
- data_objects
- cell_specimens
- traces
- eye_tracking
- metadata
- behavior_metadata
- ophys_experiment_metadata
- multi_plane_metadata
- subject_metadata
- running_speed
- stimuli
- timestamps
- stimulus_timestamps
- trials
- swdb
- sync
- utils
- write_nwb
- behavior
- extensions
- event_detection
- stimulus_template
- ophys
- data_release_utils
- metadata_utils
- ecephys
- align_timestamps
- copy_utility
- current_source_density
- data_objects
- ecephys_project_api
- ecephys_session_api
- file_io
- lfp_subsampling
- nwb
- optotagging_table
- stimulus_analysis
- stimulus_table
- visualization
- visualization
- write_nwb
- vbn
- extract_running_speed
- eye_tracking
- stage_1
- stage_2
- stage_3
- stage_4
- gaze_mapping
- multi_stimulus_running_speed
- nwb
- eye_tracking
- ophys
- trace_extraction
- receptive_field_analysis
- sync_utilities
- vbn_2022
- input_json_writer
- metadata_writer
- utils
- visualization
- config
- app
- model
- formats
- core
- _data_object_base
- lazy_property
- ephys
- internal
- api
- queries
- brain_observatory
- resources
- util
- core
- ephys
- model
- biophysical
- fits
- fit_styles
- passive_fitting
- passive
- glif
- morphology
- mouse_connectivity
- interval_unionize
- projection_thumbnail
- tissuecyte_stitching
- notebooks
- resources/ecephys_session
- pipeline_modules
- IVSCC/ephys_nwb
- cell_types/morphology
- gbm
- model
- biophys_sim
- neuron
- scripts
- biophysical
- glif
- morphology
- mouse_connectivity
- grid
- subimage
- utilities
- writers
- test_utilities
- test
- api
- cloud_cache
- queries
- response_test_data
- brain_observatory
- behavior
- behavior_project_cache_data_model
- behavior_project_cache
- tables
- test_data/vbo
- data_files
- data_objects
- base
- eye_tracking
- metadata
- behavior_metadata
- running_speed
- stimulus_timestamps
- test_data
- data_release_utils/metadata_utils
- ecephys
- align_timestamps
- ecephys_session_api
- stimulus_analysis
- stimulus_table
- extract_running_speed
- gaze_mapping
- multi_stimulus_running_speed
- nwb
- receptive_field_analysis
- sync_utilities
- vbn_2022
- input_json_writer
- metadata_writer
- resources
- config
- core
- ephys
- data
- internal
- api
- biophysical
- brain_observatory
- core
- gbm
- morphology
- mouse_connectivity
- test_projection_thumbnail
- tissuecyte_stitching
- model
- aa_model
- peri_model
- mouse_connectivity
- grid
- scripts-3.13
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
740 | | - | |
741 | | - | |
742 | | - | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
743 | 746 | | |
744 | 747 | | |
745 | 748 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
0 commit comments