Skip to content

Running pandas in the browser with WebAssembly via Pyodide

Notifications You must be signed in to change notification settings

dcchuck/pandas-on-the-loose

Repository files navigation

Pandas on the loose!

This is code for a talk I gave at Fin JS New York 2022

Seeding the Data

The typescript will not compile without it

python analysis/seed_fetch.py

This fetches the data using pandas_data_reader for a defined collection of stock tickers. Then, creates a typescript module with the results.

npm i
npm start
// ... navigate to localhost:3000/seeder

The /seeder route will allow you to seed your IndexDB with this content. Note: the seeding takes some time and the screen is feature minimal. Follow along in the console and be patient.

About

This project was bootstrapped with Create React App.

Panda icon by Icons8

About

Running pandas in the browser with WebAssembly via Pyodide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published