Reading txt or csv file using python pandas.
File path : file path
delimiter : Separator between each field in data.
header: 0 if file has header, 1 if file doesn't have header.
I have mentioned there commonly used parameters passed while reading file using pandas.
We we read a file using pandas it will give us tabular format data with columns and rows.
Comments
Post a Comment