Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
mixed types
#3
Looks like this may of solved it:

combined_csv = pd.concat([pd.read_csv(f, sep=',', error_bad_lines=False, index_col=False, dtype='unicode') for f in all_filenames ])
Reply


Messages In This Thread
mixed types - by MattT - Dec-16-2019, 01:19 PM
RE: mixed types - by Larz60+ - Dec-16-2019, 05:17 PM
RE: mixed types - by MattT - Dec-17-2019, 03:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  List of mixed data types to bytes medatib531 1 2,358 Mar-16-2020, 11:53 AM
Last Post: scidam
  Reading mixed ASCII/binary serial input N8UR 1 3,738 Jun-11-2019, 02:49 PM
Last Post: N8UR
  mixed decimal point characters Skaperen 1 2,228 Mar-10-2019, 05:23 PM
Last Post: stullis
  Mixed string,Integer input variable issue maderdash 2 2,784 Nov-06-2018, 09:46 AM
Last Post: snippsat
  Multivariate mixed effects models primeprover 1 2,610 Aug-19-2018, 01:14 PM
Last Post: ketanm

Forum Jump:

User Panel Messages

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