74 skills found · Page 3 of 3
StephanAkkerman / Binance DataUsing the Binance API this script fetches any coin and any timeframe available of Binance and converts it to a dataframe that is readable by TensorTrade. No account required!
netdata / Netdata PandasA helper library to pull data from the netdata rest api into a pandas dataframe.
kilasuelika / DataFrameCppA C++ Dynamic DataFrame with Python Pandas-like API inspired by hosseinmoein/DataFrame.
pushtikadia / Winter Internship 2025A comprehensive learning repository from my Winter Internship 2025, covering Core Python (OOP, APIs, Databases) and Data Analysis with Pandas (DataFrames, Merging, Categorical Data).
startable / PdtablePython API to work with StarTable data, with tables stored as pandas dataframes.
ME-64 / OpenfigipyA python wrapper around the Open FIGI API that leverages pandas DataFrames
tiagohcalves / DatapipePipeline API for manipulating dataframes
dan1elt0m / PolymoTurn REST APIs into pyspark DataFrames with a single connector
lukaszsamson / Spark ExElixir client of Apache Spark giving Livebook access to Spark SQL, DataFrames, Structured Streaming and the catalog API
Mukhopadhyay / RestdfCreate a simple API from a DataFrame, with built-in SwaggerUI support.
stammler / ArxivloaderThis tool is a wrapper of the arXiv API that allows you to retrieve metadata of articles published on arXiv as Pandas dataframe.
Lacerdash / Extracting League Of Legends Data With Riot ApiThis repository contains notebooks developed to help people use the Riot Api to generate their unique DataFrame.
e10v / RicoA Python package for creating HTML documents from rich content: dataframes, plots, images, markdown etc. It provides a high-level, easy-to-use API with reasonable defaults, as well as low-level access for better control.
HyukjinKwon / Spark Custom ApiExamples for adding custom API to RDD and DataFrame by using implicit.
IvanCampos / PyScriptOpenAI API for completions from GPT-3, BeautifulSoup for web scraping, Matplotlib for data visualization, Pandas for dataframes (spreadsheets or tables), Numpy for manipulation of arrays
lurenss / Notion PandasA library that transforms notion tables into pandas dataframes by connecting with Notion API
matt-saenz / PyCPSLoad CPS microdata into a pandas DataFrame using the Census API
ZhijingEu / LangChainPandasAgentTutorialThis is a Jupyter Notebook which explains how to use LangChain and the Open AI API to create a PandasDataFrame Agent. This notebook is accompanied a more detailed Medium article https://zhijingeu.medium.com/building-a-natural-language-enabled-pandas-dataframe-agent-with-langchain-openai-f23ac12180df#50a5
tedmiddleton / Mainframemainframe - a lightweight dataframe library for C++
treselle-systems / Sfo Fire Service Call Analysis Using SparkTo understand the Spark performance and tuning the application we have created Spark application using RDD, DataFrame, Spark SQL and Dataset APIs to answer the below questions from the SFO Fire department call service dataset.How many different types of calls were made to the Fire Department?,How many incidents of each call type were there?,How many years of Fire Service Calls are in the data file?, How many service calls were logged in the past 7 days? and Which neighborhood in SF generated the most calls last year?.