python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Filter a Mapped value
Sorry, very new.
I am using pandas to read parquet. A column in my dataset is mapped. I would to filter based on the mapped value, returning only rows which meet my condition.
My data looks like this:...
garth
Votes: 0
Answers: 1
Read date range from partitioned parquet file in PySpark
I have a parquet file which is partitioned by YEAR/MONTH/DAY.
From what i know, I can read it thay way for a specific date :
sqlContext
.read
.option("basePath", "file:///path...
Alex
Votes: 0
Answers: 1
PySpark - how to replace null array in JSON file
I have JSON files with null arrays (array (nullable = true) and element: (containsNull = true)) that I'd like to convert to parquet files. These null fields are dropped automatically, while all other ...
Omega
Votes: 0
Answers: 1
File-like object for pandas dataframe to parquet
I want to convert my pandas df to parquet format in memory (without saving it as tmp file somewhere) and send it further over http request.
df.to_parquet method in pandas says that path can be str or ...

MStikh
Votes: 0
Answers: 1