تسجيل الدخول
تذكر
تسجيل
سؤال وإجابة
اطرح سؤالاً
حاسبة الدرجات الاحترافية
حاسبة النسبة الموزونة للقبول الجامعي
اطرح سؤالاً
آخر الأسئلة في وسم df
0
تصويتات
1
إجابة
Assume df is a DataFrame that has columns ‘Name’ and 'Age,’ which code selects all rows in df that have Age greater than 20 and less than 30? df[(df.Age>20) & (df.Age<30)] df[df.Age>20 & df.Age<30] Both of the above None of the above [تم الحل]
سُئل
منذ
3 ساعات
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
that
has
columns
name
and
age
which
code
selects
all
rows
in
have
greater
than
20
less
30
&
both
of
the
above
none
0
تصويتات
1
إجابة
Assume df is a DataFrame that has columns ‘Name’ and 'Age,’ which code selects all rows in df that have Age greater than 20 and less than 30 [تم الحل]
سُئل
منذ
3 ساعات
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
that
has
columns
name
and
age
which
code
selects
all
rows
in
have
greater
than
20
less
30
0
تصويتات
1
إجابة
Assume df is a DataFrame, in df.groupby(by=’column1’, as_index=False).agg({’column2’:’mean’}), what type of data is in column1? Categorical data Continuous data Both of the above [تم الحل]
سُئل
منذ
22 ساعات
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
in
groupby
by
column1
as_index
false
agg
column2
mean
what
type
of
data
categorical
continuous
both
the
above
0
تصويتات
1
إجابة
Assume df is a DataFrame, in df.groupby(by=’column1’, as_index=False).agg({’column2’:’mean’}), what type of data is in column1 [تم الحل]
سُئل
منذ
22 ساعات
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
in
groupby
by
column1
as_index
false
agg
column2
mean
what
type
of
data
0
تصويتات
1
إجابة
Assume df is a DataFrame that has columns ‘Name’ and 'Age,’ what data type is df[[‘Age’]]? Series DataFrame list numpy array [تم الحل]
سُئل
منذ
22 ساعات
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
that
has
columns
name
and
age
what
data
type
series
list
numpy
array
0
تصويتات
1
إجابة
Assume df is a DataFrame that has columns ‘Name’ and 'Age,’ what data type is df[[‘Age’]] [تم الحل]
سُئل
منذ
22 ساعات
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
that
has
columns
name
and
age
what
data
type
0
تصويتات
1
إجابة
Assuming df is a DataFrame, which code prints last 5 rows of the DataFrame? df.head(5) df.tail(5) df.sample(5) [تم الحل]
سُئل
أكتوبر 11
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assuming
df
is
a
dataframe
which
code
prints
last
5
rows
of
the
head
tail
sample
0
تصويتات
1
إجابة
Assuming df is a DataFrame, which code prints last 5 rows of the DataFrame [تم الحل]
سُئل
أكتوبر 11
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assuming
df
is
a
dataframe
which
code
prints
last
5
rows
of
the
0
تصويتات
1
إجابة
اذا كان △ABC ≅ △DEF وكان AB=5,BC=4,AC=3 فإن DF=4 [تم الإجابة] [تم الحل]
سُئل
يناير 3، 2024
في تصنيف
أسئلة تعليمية
بواسطة
صبا
اذا
كان
△abc
≅
△def
وكان
ab
5
bc
4
ac
3
فإن
df
تم
الإجابة
لمشاهدة المزيد، انقر على
القائمة الكاملة للأسئلة
أو
الوسوم الشائعة
.
مرحباً بك في بوابة الإجابات ، المصدر الرائد للتعليم والمساعدة في حل الأسئلة والكتب الدراسية، نحن هنا لدعمك في تحقيق أعلى مستويات التعليم والتفوق الأكاديمي، نهدف إلى توفير إجابات شاملة لسؤالك
التصنيفات
جميع التصنيفات
أسئلة تعليمية
(52.6ألف)
مكتبة الإجابات
...