I´m learning about the seaborn package in Datacamp and one of the files that include in the documentation is "tips.csv", which belongs to the repository [https://github.com/mwaskom/seaborn-data][1] that I have found in other posts.
I´m trying to load the dataset "tips.csv" on VSCode but it raises the following error:
ValueError: 'tips.csv' is not one of the example datasets.```
[1]: https://github.com/mwaskom/seaborn-data
> How can I solve this, as it is available in the link provided? I think
> it is not detecting the website, but I have internet connection.