Skip to main content

Share and Edit Pandas Dataframes with a Link!

Project description

Notes

  • The package is not working on Google Collab currently, but is working for local scripting or notebooks
  • The package requires using a .env that is supplied with an ngrok auth token. This is free and takes less than a minute here!

Functionality

On the Dev Side

  • pip install ✅
  • one command to generate link to send ✅
  • changes made by client are recieved back ✅

On the Client Side

  • OAuth for easy google based login ✅
  • Seamless UI to modify the dataframe ✅
  • Send the results back with the click of a button ✅

Future Functionality

  • True Asynchronicity with ipyparallel
  • Code Recreation (instead of overwriting the df just solve the code needed)

Examples

    df = pd.DataFrame({
        'Name': ['John', 'Alice', 'Bob', 'Carol'],
        'Age': [25, 30, 35, 28],
        'City': ['New York', 'London', 'Paris', 'Tokyo'],
        'Salary': [50000, 60000, 75000, 65000]
    })
    df2 = pandaBear(df)
    print(df2)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

share_df-0.1.2.tar.gz (10.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

share_df-0.1.2-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

Details for the file share_df-0.1.2.tar.gz.

File metadata

  • Download URL: share_df-0.1.2.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/23.5.0

File hashes

Hashes for share_df-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a80261c5d11b644674ab55217fd9ed81cb5f4ec6d15e729f3dc1cae5b127c0cb
MD5 04ad1979b66efafabb5f2ab45dca86a4
BLAKE2b-256 e7b1b3be28d4ab8610a7ef6bf876a35a13a74b76ff3bceb607557088f41a5923

See more details on using hashes here.

File details

Details for the file share_df-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: share_df-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 11.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/23.5.0

File hashes

Hashes for share_df-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 eef0361e90a01e964f4a4fc118f7e4c0da5474ea602b3978f4ac7e5eb819ee02
MD5 107b319252484ad326a70720535da33a
BLAKE2b-256 c9dfaa6d53595cd14a8ce18836a1d99af2302340e1b25678d14f550111c252cd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page