SyntaxFix
Write A Post
Hire A Developer
Questions
For dataframe df, a printed comma formatted row count used while exploring data:
def nrow(df): print("{:,}".format(df.shape[0]))
Example:
nrow(my_df) 12,456,789