You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
* text=auto |
|
# enforce text on certain files |
|
*.py text |
|
*.pyx text |
|
*.pyd text |
|
*.c text |
|
*.h text |
|
*.html text |
|
*.csv text |
|
*.json text |
|
*.pickle binary |
|
*.h5 binary |
|
*.dta binary |
|
*.xls binary |
|
*.xlsx binary |
|
pandas/_version.py export-subst
|
|
|