You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading the Europe-Full.tsv data I get the following error MemoryError and the script crashes
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "road_data_processing.ipynb", line 4, in <module>
df = pd.read_csv('data/Europe-Full.tsv', sep='\t',header=None)
...
File "pandas/_libs/parsers.pyx", line 808, in pandas._libs.parsers.TextReader.read_low_memory
File "pandas/_libs/parsers.pyx", line 890, in pandas._libs.parsers.TextReader._read_rows
File "pandas/_libs/parsers.pyx", line 1037, in pandas._libs.parsers.TextReader._convert_column_data
File "pandas/_libs/parsers.pyx", line 1083, in pandas._libs.parsers.TextReader._convert_tokens
File "pandas/_libs/parsers.pyx", line 1233, in pandas._libs.parsers.TextReader._convert_with_dtype
File "pandas/_libs/parsers.pyx", line 1246, in pandas._libs.parsers.TextReader._string_convert
MemoryError
The text was updated successfully, but these errors were encountered:
When loading the
Europe-Full.tsv
data I get the following errorMemoryError
and the script crashesThe text was updated successfully, but these errors were encountered: