Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

parquet folder single df dataframe

import pandas as pd
import glob

files = glob.glob('Dir/**/*.parquet')
df = pd.concat([pd.read_parquet(fp) for fp in files])
Comment

PREVIOUS NEXT
Code Example
Python :: python recall a line from a text file 
Python :: saaaaaaaaaaaaa 
Python :: geopandas españa map 
Python :: saree 
Python :: anaconda pytorch depencies windows 
Python :: stitch two dictionary python 
Python :: pycav install 
Python :: Math expressions with matplotlib 
Python :: genskill bootcamp amazing python program 
Python :: wie printe ich in python 
Python :: salir programa python 
Python :: cptac dataset 
Python :: matrix outer product python 
Python :: image.show pillow mac os 
Python :: reverse lis tpyhon 
Python :: loess dataframe 
Python :: Python Multiline docstring example 
Python :: Raymenschechorne 
Python :: Python Remove Character from String using translate() 
Python :: dont show certain legend labels 
Python :: choose custom index pandas 
Python :: Classical Cryptography: Using Classical Ciphers with pycipher. 
Python :: add percentage sign to string python 
Python :: padnas get list of rows 
Python :: how to fetch only the columns from a datframe which has a particular datatype 
Python :: Get Project Parameter Dynamo Revit 
Python :: the grandest staircase of them all foobar solution 
Python :: python bangla packages 
Python :: how to convert array value to integer in python 
Python :: run all jupyter notebooks in project folder 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =