No project description provided
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
Release history Release notifications | RSS feed
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.0.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
share_df-0.1.0-py3-none-any.whl
(10.8 kB
view details)