No result found.

Outline

  • Forecasting The Covid-19 active cases of India

Forecasting the Covid-19 active cases in India for the month of JUNE and JULY

Akshat Giri02 Jun, 2020

Forecasting The Covid-19 active cases of India

        import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns

# to ignore the harmless warning 
import warnings
warnings.filterwarnings("ignore")
      
        
df = pd.read_csv('datasets_557629_1198871_covid_19_india.csv')