Skip to content
Advertisement

Tag: libraries

module ‘pandas._typing’ has no attribute ‘FilePathOrBuffer’

When trying to import a darts atribute using the line i get the error message Is there a fix for this? Versions of what I’m using: pandas 1.5.2 Windows 10 64-bit, ver 21H2 Python 3.9.13 darts ver 0.16.0 Answer Like yourself, running Windows 10 64-bit, using a sufficiently up to date copy of Python 3.9 (I’m using 3.9.13), if I

What is Right extension for Plotly in JupyterLab?

Plotly is not working in Jupyterlab. I assume that there is a conflict in required extensions but I’m not sure. On checking troubleshooting on Plotly https://plotly.com/python/troubleshooting/ , they advise to remove extensions and install them again. But I found that there is additional extension that came with Jupyterlab update called ‘jupyterlab-plotly-extension’ which is not mentioned by Plotly in their instructions

What scalability issues are associated with NetworkX?

I’m interested in network analysis on large networks with millions of nodes and tens of millions of edges. I want to be able to do things like parse networks from many formats, find connected components, detect communities, and run centrality measures like PageRank. I am attracted to NetworkX because it has a nice api, good documentation, and has been under

Advertisement