Convert json to parquet and send to Azure Blob Storage
Load a local json file into a PyArrow table, then write it to a parquet file in Azure Blob Storage without using pandas.
Load a local json file into a PyArrow table, then write it to a parquet file in Azure Blob Storage without using pandas.
One of the fastest way to convert Python json dict list to csv file with only 2 lines of code by pandas.
Select-String with color, make Select-String of Powershell to highlight the search pattern like grep in Unix.