Python Forum
[solved] dataframe and read_csv
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] dataframe and read_csv
#3
Thank you. I actually need to further evaluate the data. And if I try it directly with data, I get:

data.dtypes

AttributeError: 'tuple' object has no attribute 'dtypes'
or

data.loc[data['MyColumn2'] == 0]

AttributeError: 'tuple' object has no attribute 'iloc'
Reply


Messages In This Thread
[solved] dataframe and read_csv - by ju21878436312 - Jun-15-2021, 09:44 AM
RE: dataframe and read_csv - by Larz60+ - Jun-15-2021, 01:01 PM
RE: dataframe and read_csv - by ju21878436312 - Jun-15-2021, 01:26 PM
RE: dataframe and read_csv - by snippsat - Jun-15-2021, 03:04 PM
RE: dataframe and read_csv - by ju21878436312 - Jun-16-2021, 06:01 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Solved] Delete a line in a dataframe using .reset_index() and .drop() ju21878436312 2 2,739 Feb-25-2022, 02:55 PM
Last Post: ju21878436312
  read_csv error ilcaa72 2 3,195 May-29-2019, 02:58 PM
Last Post: ilcaa72
  Pandas Dataframe through read_csv() ift38375 1 2,244 May-29-2019, 05:56 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020