تسجيل الدخول
تذكر
تسجيل
سؤال وإجابة
اطرح سؤالاً
اطرح سؤالاً
آخر الأسئلة في وسم assume
0
تصويتات
1
إجابة
Some people in our community assume that girls are less interested in sports than boys are ;what a!........... a.patience. b.just. c.fair. d.prejudice ؟ - مع الشرح
سُئل
يناير 28
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
some
people
our
community
assume
that
girls
are
less
interested
sports
than
boys
what
patience
just
fair
prejudice
0
تصويتات
1
إجابة
Some people in our community assume that girls are less interested in sports than boys are ;what a!....... ؟ - مع الشرح
سُئل
يناير 28
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
some
people
our
community
assume
that
girls
are
less
interested
sports
than
boys
what
0
تصويتات
1
إجابة
Let us assume for a second that I have decided to take the............ and climb the mountain. a) irresponsibility.b) position . c) challenge.d) impression ؟ - مع الشرح
سُئل
يناير 27
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
let
assume
for
second
that
have
decided
take
and
climb
mountain
irresponsibility
position
challenge
impression
0
تصويتات
1
إجابة
Let us assume for a second that I have decided to take the............ and climb the mountain ؟ - مع الشرح
سُئل
يناير 27
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
let
assume
for
second
that
have
decided
take
and
climb
mountain
0
تصويتات
1
إجابة
The study aims to ........ the link between diet and health. a. assume b. establish c. break d. lose ؟ - مع الشرح
سُئل
يناير 7
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
study
aims
link
between
diet
and
health
assume
establish
break
lose
0
تصويتات
1
إجابة
A scientist will ________ a hypothesis through careful experimentation. a. test b. assume c. ignore d. celebrate ؟ - مع الشرح
سُئل
يناير 5
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
scientist
will
________
hypothesis
through
careful
experimentation
test
assume
ignore
celebrate
0
تصويتات
1
إجابة
Assume df is a DataFrame that has 4 columns, 'C1’, 'C2’, 'C3’, 'C4’, what is df[‘C1’]? A Series which is column ‘C1’ of df A DataFrame which is column ‘C1’ of df - مع الشرح
سُئل
ديسمبر 31، 2025
في تصنيف
أسئلة تعليمية
بواسطة
عبود
assume
dataframe
that
has
columns
what
series
which
column
0
تصويتات
1
إجابة
Assume df is a DataFrame that has 4 columns, 'C1’, 'C2’, 'C3’, 'C4’, what is df[‘C1’] - مع الشرح
سُئل
ديسمبر 31، 2025
في تصنيف
أسئلة تعليمية
بواسطة
عبود
assume
dataframe
that
has
columns
what
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 1 point 9. Question 9 What is median of the numbers in the list [1,2,3,4,5,6]? - مع الشرح
سُئل
ديسمبر 31، 2025
في تصنيف
أسئلة تعليمية
بواسطة
عبود
assume
dataframe
groupby
column1
as_index
false
agg
column2
mean
what
type
data
categorical
continuous
both
above
point
question
median
numbers
list
0
تصويتات
1
إجابة
True or False? Assume df is a dataframe with missing values. After executing df.fillna(10), there’s no missing values in df. - مع الشرح
سُئل
ديسمبر 31، 2025
في تصنيف
أسئلة تعليمية
بواسطة
عبود
true
false
assume
dataframe
with
missing
values
after
executing
fillna
theres
0
تصويتات
1
إجابة
Assume df is a dataframe that has a column "FirstName," which code correctly convert values in “FirstName” column to all uppercase? df[“FirstName”] = df[“First Name”].str.upper() df.FirstName = df.FirstName.str.upper() df[“FirstName”].str.upper() df.FirstName.str.uppe - مع الشرح
سُئل
ديسمبر 31، 2025
في تصنيف
أسئلة تعليمية
بواسطة
عبود
assume
dataframe
that
has
column
firstname
which
code
correctly
convert
values
all
uppercase
first
name
str
upper
uppe
0
تصويتات
1
إجابة
Assume df is a dataframe that has a column "FirstName," which code correctly convert values in “FirstName” column to all uppercase - مع الشرح
سُئل
ديسمبر 31، 2025
في تصنيف
أسئلة تعليمية
بواسطة
عبود
assume
dataframe
that
has
column
firstname
which
code
correctly
convert
values
all
uppercase
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 [تم الحل]
سُئل
نوفمبر 19، 2025
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
dataframe
that
has
columns
name
and
age
which
code
selects
all
rows
have
greater
than
less
both
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 [تم الحل]
سُئل
نوفمبر 19، 2025
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
dataframe
that
has
columns
name
and
age
which
code
selects
all
rows
have
greater
than
less
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 [تم الحل]
سُئل
نوفمبر 18، 2025
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
dataframe
groupby
column1
as_index
false
agg
column2
mean
what
type
data
categorical
continuous
both
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 [تم الحل]
سُئل
نوفمبر 18، 2025
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
dataframe
groupby
column1
as_index
false
agg
column2
mean
what
type
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 [تم الحل]
سُئل
نوفمبر 18، 2025
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
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’]] [تم الحل]
سُئل
نوفمبر 18، 2025
في تصنيف
أسئلة تعليمية
بواسطة
ابوعبدالله
assume
dataframe
that
has
columns
name
and
age
what
data
type
لمشاهدة المزيد، انقر على
القائمة الكاملة للأسئلة
أو
الوسوم الشائعة
.
مرحباً بك في بوابة الإجابات ، المصدر الرائد للتعليم والمساعدة في حل الأسئلة والكتب الدراسية، نحن هنا لدعمك في تحقيق أعلى مستويات التعليم والتفوق الأكاديمي، نهدف إلى توفير إجابات شاملة لسؤالك
التصنيفات
جميع التصنيفات
أسئلة تعليمية
(207ألف)
اختباراتي
...