Skip to main content

Share and Edit Pandas Dataframes with a Link!

Project description

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)
    df3 = pd.DataFrame({
        'Name': ['Joe', 'Roger', 'Exponent', 'Yay!'],
        'Age': [25, 30, 35, 28],
        'City': ['New York', 'London', 'Paris', 'Tokyo'],
        'Salary': [50000, 60000, 75000, 65000]
    })
    df3.pandaBear()
    print(df3)

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.1.tar.gz (10.6 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.1-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: share_df-0.1.1.tar.gz
  • Upload date:
  • Size: 10.6 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.1.tar.gz
Algorithm Hash digest
SHA256 2091d511689c4cf8695c4ad8d1cf108861713a2405d8a1250d8106824802e93f
MD5 d25e03a99a6e0c87f20c4fcb872da2d8
BLAKE2b-256 0297b51b0014fc7a0c2fdfbb7357e7f645d67b3f4f702e3347f4dadf8aafed41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: share_df-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 10.9 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 56fb4654b513261616b737171cd3b2fb96e742f8aabd2e761f1265c7a048ebaf
MD5 5e947e10d76680f8c2551b847ec04f1a
BLAKE2b-256 e2d1a3d7783d2d9dd14aff7dfe7d49003ab650795d7b1134856acf01909047fe

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