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