تسجيل الدخول
تذكر
تسجيل
سؤال وإجابة
اطرح سؤالاً
حاسبة الدرجات الاحترافية
حاسبة النسبة الموزونة للقبول الجامعي
اطرح سؤالاً
آخر الأسئلة في وسم dataframe
0
تصويتات
1
إجابة
Which Pandas function is used to read a csv file and load the data in the file to a DataFrame? to_pickle() to_csv() load_csv() read_csv() [تم الحل]
سُئل
منذ
2 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
which
pandas
function
is
used
to
read
a
csv
file
and
load
the
data
in
dataframe
to_pickle
to_csv
load_csv
read_csv
0
تصويتات
1
إجابة
Which Pandas function is used to read a csv file and load the data in the file to a DataFrame [تم الحل]
سُئل
منذ
2 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
which
pandas
function
is
used
to
read
a
csv
file
and
load
the
data
in
dataframe
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 [تم الحل]
سُئل
منذ
2 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
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 [تم الحل]
سُئل
منذ
2 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
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 [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
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 [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
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 [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
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’]] [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
df
is
a
dataframe
that
has
columns
name
and
age
what
data
type
0
تصويتات
1
إجابة
Which DataFrame property is used to slice a dataframe with implicit indexes? loc iloc 1 [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
which
dataframe
property
is
used
to
slice
a
with
implicit
indexes
loc
iloc
1
0
تصويتات
1
إجابة
Which DataFrame property is used to slice a dataframe with implicit indexes [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
which
dataframe
property
is
used
to
slice
a
with
implicit
indexes
0
تصويتات
1
إجابة
Which Pandas DataFrame function is used to print a concise summary of the DataFrame? info() describe() summary() type [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
which
pandas
dataframe
function
is
used
to
print
a
concise
summary
of
the
info
describe
type
0
تصويتات
1
إجابة
Which Pandas DataFrame function is used to print a concise summary of the DataFrame [تم الحل]
سُئل
منذ
3 أيام
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
which
pandas
dataframe
function
is
used
to
print
a
concise
summary
of
the
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
إجابة
What is data type of one column of a DataFrame? DataFrame Series List Numpy array [تم الحل]
سُئل
أكتوبر 11
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
what
is
data
type
of
one
column
a
dataframe
series
list
numpy
array
0
تصويتات
1
إجابة
What is data type of one column of a DataFrame [تم الحل]
سُئل
أكتوبر 11
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
what
is
data
type
of
one
column
a
dataframe
لمشاهدة المزيد، انقر على
القائمة الكاملة للأسئلة
أو
الوسوم الشائعة
.
مرحباً بك في بوابة الإجابات ، المصدر الرائد للتعليم والمساعدة في حل الأسئلة والكتب الدراسية، نحن هنا لدعمك في تحقيق أعلى مستويات التعليم والتفوق الأكاديمي، نهدف إلى توفير إجابات شاملة لسؤالك
التصنيفات
جميع التصنيفات
أسئلة تعليمية
(52.9ألف)
مكتبة الإجابات
...