Skip to content

Commit

Permalink
hotfix: specify custom_read_kwargs in copco to enable loading precomp…
Browse files Browse the repository at this point in the history
…uted_events (#842)
  • Loading branch information
SiQube authored Oct 4, 2024
1 parent 02cfc1d commit 6760dc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pymovements/datasets/copco.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,10 @@ class CopCo(DatasetDefinition):
default_factory=lambda: {
'precomputed_events': {
'separator': '\t',
'null_values': '.',
'quote_char': '"',
'null_values': ['.', 'UNDEFINEDnull'],
'infer_schema_length': 100000,
'truncate_ragged_lines': True,
'decimal_comma': True,
},
'precomputed_reading_measures': {},
},
Expand Down

0 comments on commit 6760dc5

Please sign in to comment.