Dataset Viewer
Auto-converted to Parquet Duplicate
id
int64
0
4.8k
subject
stringlengths
1
47
relation
stringclasses
7 values
object
stringlengths
1
772
0
QA_Pair
has_question
Could you explain in as much detail as possible ho...
0
QA_Pair
has_answer
In No. 3, the lines were split with "", and only t...
1
QA_Pair
has_question
What does the code produce ? ...
1
QA_Pair
has_answer
a column of text angle values based on the bounds ...
1
calc_text_angle
has_parameter
start
1
calc_text_angle
has_parameter
end
1
calc_text_angle
returns
text_angle
2
QA_Pair
has_question
What does the code get ? ...
2
QA_Pair
has_answer
all volume types ...
2
volume_type_get_all
has_parameter
context
2
volume_type_get_all
has_parameter
inactive
2
volume_type_get_all
returns
IMPL.volume_type_get_all(context, inactive)
3
QA_Pair
has_question
Please explain the ‘r’ and ‘w’ variables of open()...
3
QA_Pair
has_answer
'r' stands for read and'w' stands for write, and i...
3
merge
has_parameter
input_filenames
3
merge
has_parameter
output_filename
3
merge
returns
return_value
4
QA_Pair
has_question
For what purpose does the average pcoa vector valu...
4
QA_Pair
has_answer
for the support pcoas ...
4
summarize_pcoas
has_parameter
master_pcoa
4
summarize_pcoas
has_parameter
support_pcoas
4
summarize_pcoas
has_parameter
method
4
summarize_pcoas
has_parameter
apply_procrustes
4
summarize_pcoas
returns
(matrix_average, matrix_low, matrix_high, eigval_average, m_names)
5
QA_Pair
has_question
Finally, I'll ask you to explain task5....
5
QA_Pair
has_answer
Task5 seems to have multiple answers. I’m going to...
5
code_parse_error
error
unindent does not match any outer indentation level (<unknown>, line 31)
6
QA_Pair
has_question
def zig(): hubo.turn_left() while hubo.front_is_...
6
QA_Pair
has_answer
First of all, zig() plays the role of Hubo turning...
7
QA_Pair
has_question
What does the code take ? ...
7
QA_Pair
has_answer
edx - search results ...
7
paginate_search_results
has_parameter
object_class
7
paginate_search_results
has_parameter
search_results
7
paginate_search_results
has_parameter
page_size
7
paginate_search_results
has_parameter
page
7
paginate_search_results
returns
paged_results
7
ordered_objects
has_parameter
primary_key
8
QA_Pair
has_question
What do multidimensional laplace filter use ? ...
8
QA_Pair
has_answer
gaussian second derivatives ...
8
gaussian_laplace
has_parameter
input
8
gaussian_laplace
has_parameter
sigma
8
gaussian_laplace
has_parameter
output
8
gaussian_laplace
has_parameter
mode
8
gaussian_laplace
has_parameter
cval
8
gaussian_laplace
returns
generic_laplace(input, derivative2, output, mode, cval, extra_arguments=(sigma,), extra_keywords=kwargs)
8
derivative2
has_parameter
input
8
derivative2
has_parameter
axis
8
derivative2
has_parameter
output
8
derivative2
has_parameter
mode
8
derivative2
has_parameter
cval
8
derivative2
has_parameter
sigma
8
derivative2
returns
gaussian_filter(input, sigma, order, output, mode, cval, **kwargs)
9
QA_Pair
has_question
What is showing utility ? ...
9
QA_Pair
has_answer
test info ...
10
QA_Pair
has_question
l = [] for i in range(n): l.append(i) What is...
10
QA_Pair
has_answer
I think it’s because range(n) is a list...
10
drawing_integers
has_parameter
lb
10
drawing_integers
has_parameter
ub
10
drawing_integers
has_parameter
trials
10
drawing_integers
returns
list
10
average_integers
has_parameter
num_list
10
average_integers
returns
sum(num_list) / int(len(num_list))
10
count_integers
has_parameter
num_list
10
count_integers
returns
list(set(l))
11
metadef_property_get
has_parameter
context
11
metadef_property_get
has_parameter
namespace_name
11
metadef_property_get
has_parameter
property_name
11
metadef_property_get
has_parameter
session
11
metadef_property_get
returns
metadef_property_api.get(context, namespace_name, property_name, session)
12
selection_not_supported
has_parameter
qapp
13
is_promisc
has_parameter
ip
13
is_promisc
has_parameter
fake_bcast
13
is_promisc
returns
responses is not None
15
is_valid
has_parameter
num1
15
is_valid
has_parameter
num2
15
is_valid
returns
False
15
check
has_parameter
num1
15
check
has_parameter
num2
15
check
returns
False
17
QA_Pair
has_question
What does the code verify with expected results fo...
17
QA_Pair
has_answer
the output ...
18
QA_Pair
has_question
What do helper func provide ? ...
18
QA_Pair
has_answer
easy access to the moving target that is c{et } ...
18
tostring
has_parameter
element
18
tostring
returns
etree.tostring(element, *args, **kwargs)
19
asquare
has_parameter
cdfvals
19
asquare
has_parameter
axis
19
asquare
returns
asqu
20
QA_Pair
has_question
What does the code install ? ...
20
QA_Pair
has_answer
a feature using dism args ...
20
add_feature
has_parameter
feature
20
add_feature
has_parameter
package
20
add_feature
has_parameter
source
20
add_feature
has_parameter
limit_access
20
add_feature
has_parameter
enable_parent
20
add_feature
has_parameter
image
20
add_feature
has_parameter
restart
20
add_feature
returns
__salt__['cmd.run_all'](cmd)
21
competency
returns
s3db.hrm_competency_controller()
22
IStateChange
mentioned_in_question_answer
What does this function do?...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
8