8

I have searched for but have not found a solution to this:

Is there a way to create data within Jupyter Notebook, particularly tabular data in the form of a pandas DataFrame, via a spreadsheet-like interface as opposed to pd.DataFrame({a:[],b:[]})?

I don't mean read csv or XLwings as solutions, but rather a 'spreadsheet' in the notebook itself so that all information can be edited and stored in one place, and using it feels familiar to a more broad category of people.

Open to creative ideas.

Thanks,

3
  • Since iPython has been forked, do you mean a Jupyter notebook? Commented Jun 23, 2016 at 17:30
  • Is this something you've tried and failed at? If so, post what you've done and what errors you've seen. Commented Jun 23, 2016 at 17:39
  • Yes, I mean Jupyter notebook. I found no such solution when looking around and was hoping someone had a proposal for a way to do this. Commented Jun 23, 2016 at 17:45

1 Answer 1

1

I have not used it myself, but it seems that https://github.com/quantopian/qgrid might fit the bill -- they say that the grid is editable as of v0.3.0.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.