Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exporting a huge dataFrame
#2
Just thinking aloud.

If you say 'when I open the CSV file' then how & what program you use? Is this the result while reading csv file data back using pandas.read_csv? Point being - can't it be some text editor/OS limiting factor and not file problem.

Can you use other formats instead of csv? One untested idea: convert df to to numpy array (pandas.DataFrame.to_numpy) and then use numpy.save to save into numpy.lib.format binary file.
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Messages In This Thread
Exporting a huge dataFrame - by stylingpat - Mar-21-2021, 02:34 PM
RE: Exporting a huge dataFrame - by perfringo - Mar-21-2021, 04:10 PM
RE: Exporting a huge dataFrame - by stylingpat - Mar-21-2021, 08:22 PM
RE: Exporting a huge dataFrame - by perfringo - Mar-21-2021, 11:17 PM
RE: Exporting a huge dataFrame - by supuflounder - Mar-22-2021, 09:57 AM
RE: Exporting a huge dataFrame - by stylingpat - Mar-23-2021, 12:13 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Exporting Stock Fundamental Data to a CSV file with yahoo_fin DustinKlent 2 4,761 Aug-01-2022, 06:08 PM
Last Post: paulyan
  Exporting dataframes to excel without loosing datetime format Rafa 0 1,252 Oct-27-2021, 10:42 AM
Last Post: Rafa
  exporting all lines YazeedbnMohmmed 2 2,144 Feb-24-2021, 03:29 AM
Last Post: YazeedbnMohmmed
  Pip prints huge error when installing p5 hayden2s 1 2,274 Aug-08-2020, 02:30 PM
Last Post: snippsat
  Huge CSV Reading and Sorting for comparison akshaynimkar 3 2,502 Aug-04-2020, 11:20 AM
Last Post: Larz60+
  Python code for exporting table using Selenium gj31980 4 3,044 Aug-04-2020, 01:29 AM
Last Post: gj31980
  Exporting data from python into excel Zankawah 5 3,431 Jun-02-2020, 03:17 AM
Last Post: buran
  How to scan huge files and make it in chunks ampai 2 2,617 May-28-2020, 08:20 PM
Last Post: micseydel
  convert huge xml to csv using python srikanta_p 2 2,055 Feb-08-2020, 07:16 PM
Last Post: srikanta_p
  Exporting list with dictionary to Excel veromi22 0 3,065 Oct-15-2019, 12:54 AM
Last Post: veromi22

Forum Jump:

User Panel Messages

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