Add files via upload

pull/660/head
Kaza.Sunitha 2024-05-28 10:01:30 +05:30 zatwierdzone przez GitHub
rodzic 0b013ec748
commit 7cec11807f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,7 @@
**View the top rows of the frame**
**Pandas Dataframe/Series.head() method**
The pandas library in Python provides a convenient method called head() that allows you to view the first few rows of a DataFrame. Let me explain how it works:
*The head() function returns the first n rows of a DataFrame or Series.
*By default, it displays the first 5 rows, but you can specify a different number of rows using the n parameter.
** Example**