Python Forum
Parquet format conversion problem
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parquet format conversion problem
#1
Hello guys

I need help with parquet conversion:

Given the attached CSV file named "parquet-test.csv", i need to convert it into parquet format.

The CSV table contains the following data type structure:

ID: integer

name: string

insert_timestamp_utc: timestamp

value: double

Need to build a python script that is able to convert the file provided into parquet format, with the following rules:

- The input file is immutable. You cannot edit it.

- The output file must respect the data type structure described above

Would be nice if someone could help me on this

Thanks
Reply
#2
1.- There is no attached CSV file.
2.- Please, provide your code. What have you tried? Where did it go wrong?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Parquet file generation woliveiras 1 705 Dec-07-2024, 02:52 AM
Last Post: deanhystad
  Read TXT file in Pandas and save to Parquet zinho 2 1,320 Sep-15-2024, 06:14 PM
Last Post: zinho
Exclamation Date format convert problem for SQL server eotret 5 2,153 Aug-09-2024, 07:19 AM
Last Post: Pedroski55
  Write sql data or CSV Data into parquet file mg24 2 4,204 Sep-26-2022, 08:21 AM
Last Post: ibreeden
  multiple number format conversion oli_action 4 3,549 Aug-11-2020, 05:10 AM
Last Post: perfringo
  C to Python code conversion print problem anakk1n 1 2,775 May-22-2020, 04:15 PM
Last Post: deanhystad
  Money conversion - problems with lists and .format function fatherted99 1 2,354 Mar-12-2020, 06:29 PM
Last Post: ndc85430
  Date format conversion "/Date(158889600000)/" lbitten 2 3,654 Nov-29-2018, 02:14 PM
Last Post: Larz60+
  Pyarrow - parquet-cpp dennispoulos 3 3,965 Aug-20-2018, 07:44 PM
Last Post: Larz60+
  problem with print format anna 7 5,864 May-16-2018, 11:28 AM
Last Post: anna

Forum Jump:

User Panel Messages

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