Assuming df is a DataFrame, which code prints last 5 rows of the DataFrame? df.head(5) df.tail(5) df.sample(5) ؟؟
الإجابة الصحيحة من خلال موقع بوابة الإجابات هي:
df.tail(5)
اذا كان لديك إجابة افضل او هناك خطأ في الإجابة علي سؤال Assuming df is a DataFrame, which code prints last 5 rows of the DataFrame? df.head(5) df.tail(5) df.sample(5) ؟ اترك تعليق فورآ.