Tell us what’s happening:
After building a completely new Repl to run my code in because I couldn’t reinstall Pandas and Seaborn (Is there a fix for this?), but my new Repl can’t seem to resolve one of the import lines.
This is the code:
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
from pandas.plotting import register_matplotlib_converters
register_matplotlib_converters()
This is the error: "register_matplotlib_converters" is unknown import symbol
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/118.0
Challenge: Data Analysis with Python Projects - Page View Time Series Visualizer
I’ve had lots of problems with Replit performance as well (hanging trying to install packages). It might have better performance at less busy times of day?
Everything looks like it generally works, although I’m not able to complete running it on Replit with the tests. I would try it again later or tomorrow, unfortunately.
I tested the code on google collab and it works, but didn’t confirm if the tests pass.