Metadata-Version: 2.1
Name: reading_parquet_file
Version: 0.0.3
Summary: To read the parquet file from azure blob storage
Author: RR
Author-email: rr@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

READ PARQUET FILES FROM AZURE BLOB STORAGE/ AZURE DATALAKE GEN 2

PARAMETERS

account_name: name of the storage account
container: storage blob container name
fname: file name/ file path inside the container
credentials: Account key for the storage account. Can also use DefaultAzureCredential if identity is enabled

OUTPUT:

Returns a pandas dataframe with all the file contents
