Skip to content

ashok426/DATA_VISUALIZATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

DATA_VISUALIZATION

Data Visualization on Exchange Rates.

This project is about analysing the exchange rate between the euro and the American dollar.

Before creating data visualizations, first always need to clean the data.

Below are some cleaning process:

We rename the columns to something easier to type — US_dollar and Time.

We change the Time column to a datetime data type.

We sort the values by Time in ascending order.

We reset the index (and drop the initial index).

In DATA VISUALIZATION process:

Generate a line plot to visualize the evolution of the euro-dollar exchange rate.

Plotting moving average for each country currency rate to see a long term trend.

About

Data visualization in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published