Coding skills here for learning
6 subscribers
266 photos
3 files
10 links
Download Telegram
pd.read_csv (r"") for reading the file
df.isna().sum() is used to find out the sum value of the isnull values
df['date'] = pd.to_datetime(df.date) changin the column for datetime column
for_bar = df['transaction'].value_counts() used for counting values