Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can only paste one column in sheet created with .from_dataframe() #176

Open
altomani opened this issue Oct 1, 2020 · 0 comments
Open

Can only paste one column in sheet created with .from_dataframe() #176

altomani opened this issue Oct 1, 2020 · 0 comments

Comments

@altomani
Copy link

altomani commented Oct 1, 2020

If I create a sheet using ipysheet.from_dataframe then the resulting sheet only allows pasting one column at the time.

Example (tested in Jupyter Notebook and JupyterLab)::

sheet1 = ipysheet.from_dataframe(pd.DataFrame({"A":[1,2], "B":[3,4]}))
sheet1

Copy the first row and paste it in the second row. The result is {"A":[1,1], "B":[3,4]}, instead of {"A":[1,1], "B":[3,3]}as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant