Type: lib.http.DownloadDataframe

Namespace: lib.http

Description

Download data from a URL and return as a dataframe. http, get, request, url, dataframe, csv, json, data

Use cases:
- Download CSV data and convert to dataframe
- Fetch JSON data and convert to dataframe
- Retrieve tabular data from APIs
- Process data files from URLs

Properties

Property Type Description Default
url str The URL to make the request to. ``
file_format Enum['csv', 'json', 'tsv'] The format of the data file (csv, json, tsv). csv
columns record_type The columns of the dataframe. {'type': 'record_type', 'columns': []}
encoding str The encoding of the text file. utf-8
delimiter str The delimiter for CSV/TSV files. ,

Outputs

Output Type Description
output dataframe  

Metadata

Browse other nodes in the lib.http namespace.