Time Series Visualizer

Error states that no module “Pandas” was found.
time-series error

Not really thinking my code is the problem since its not making it past the import?

Link to Code
https://repl.it/@KayannaMorgan/boilerplate-page-view-time-series-visualizer#time_series_visualizer.py

When you click the ‘run’ button, you should see a bunch of output from poetry as it installs your dependencies from pyproject.toml. If poetry doesn’t run when you click the ‘run’ button, you can run poetry from the console with poetry update before running python main.py.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.