Comment on Use Python in Excel without add-insComments−hawkw11yNot sure if I see an actual use case for this since we live in a world that has Pandas, but I'm impressed.−new_test11yWould you rather edit a messy dataset in pandas or in Excel? What about automatically generating reports? Going to give managers your ipython printout?−pyxll11ywith http://www.pyxll.com you can have functions that take and return pandas dataframes and series, see https://github.com/pyxll/pyxll-examples/blob/master/customty...−blumkvist11yWe live in a world where Excel has several tens of millions more users than Pandas.
Comments
Not sure if I see an actual use case for this since we live in a world that has Pandas, but I'm impressed.
Would you rather edit a messy dataset in pandas or in Excel? What about automatically generating reports? Going to give managers your ipython printout?
with http://www.pyxll.com you can have functions that take and return pandas dataframes and series, see https://github.com/pyxll/pyxll-examples/blob/master/customty...
We live in a world where Excel has several tens of millions more users than Pandas.