Associate
- Joined
- 5 Sep 2020
- Posts
- 296
Hi everyone. I've started exploring Pandas and so far am impressed. I was wondering if anyone has been able to largely replace using a spreadsheet like Excel with Pandas?
I had been drawn into them yes and was impressed how useful it is for example dumping info into a postgresql database.
As Mesai said though the ease and interaction of datasets in Excel generally is used but can totally see it for specific tasks how that could be the better workflow.
Hi gpuerrilla,
Are you saying you're impressed with Pandas or Excel? I've been using Excel a longtime and think it's fantastic, however, even though I'm only starting to use Pandas I can see how it could be useful far beyond the scope of Excel.
Some of the Python library's still need the Excel model and thus the application installed.
What do you mean by this? What's the context?
I'm not sure what you're asking.
xlwings requires an installation of Excel and therefore only works on Windows and macOS. Note that macOS currently does not support UDFs.
Python library that makes it easy to call Python from Excel and vice versa: