问题
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,
回答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.
来源:https://stackoverflow.com/questions/37997946/how-to-input-data-within-jupyter-notebook