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
  Write sql data or CSV Data into parquet file mg24 2 2,356 Sep-26-2022, 08:21 AM
Last Post: ibreeden
  multiple number format conversion oli_action 4 2,531 Aug-11-2020, 05:10 AM
Last Post: perfringo
  C to Python code conversion print problem anakk1n 1 2,137 May-22-2020, 04:15 PM
Last Post: deanhystad
  Money conversion - problems with lists and .format function fatherted99 1 1,782 Mar-12-2020, 06:29 PM
Last Post: ndc85430
  Date format conversion "/Date(158889600000)/" lbitten 2 2,790 Nov-29-2018, 02:14 PM
Last Post: Larz60+
  Pyarrow - parquet-cpp dennispoulos 3 3,013 Aug-20-2018, 07:44 PM
Last Post: Larz60+
  problem with print format anna 7 4,260 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