Answers for "split dat file into datafram in python"

0

split dat file into datafram in python

df= pd.read_csv('/content/drive/MyDrive/Colab Notebooks/res_data/tmp2.dat', header = None, delim_whitespace=True, error_bad_lines=False)

# error_bad_lines=False is the key here
Posted by: Guest on February-05-2021

Python Answers by Framework

Browse Popular Code Answers by Language