Skip to content

Instantly share code, notes, and snippets.

View adarshkumar-analyst's full-sized avatar

Adarsh Kumar adarshkumar-analyst

  • India
View GitHub Profile
#Import Liabraries
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
## Data Load in python
orders=pd.read_csv("orders.csv")
customers=pd.read_csv("customers.csv")