Some projects using #pandas
, #numpy
and visualization libs
Exploring a dataset about data jobs salaries from 2020 to 2022
Argentinian economy has two exchange rates to USD. An official and an unofficial (called blue).
The goals of this notebook are:
- Read a dataset with the official exchange rates.
- Read a dataset with the unofficial (blue) exchange rates.
- Merge those datasets.
- Calculate the mean between buy and sell for both exchange rates.
- Analyze the correlation along time for these exchange rates.
25 mistakes a Pandas developer shouldn't make