1

I am reading a file with pandas but it is appending " to some columns. All I am doing is reading file.

import pandas as pd
df = pd.read_csv('biosas.csv')

In csv file

enter image description here

After reading

Name    "Sex"   "Age"   "Height (in)"   "Weight (lbs)"
0   Alex    "M" 41  74  170
1   Bert    "M" 42  68  166
shahid hamdam
  • 751
  • 1
  • 10
  • 24

0 Answers0