Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
dsc-courses
GitHub Repository: dsc-courses/dsc10-2022-fa
Path: blob/main/final_project/tests/q6_2.py
3058 views
1
test = { 'name': 'q6_2',
2
'points': 1,
3
'suites': [ { 'cases': [ { 'code': ">>> isinstance(nonbinary_df, bpd.DataFrame) and nonbinary_df.shape == (15522, 10) # If you're failing this test and are certain your code is correct, "
4
"make sure you haven't modified the marvel DataFrame since Section 0.\n"
5
'True',
6
'hidden': False,
7
'locked': False}],
8
'scored': True,
9
'setup': '',
10
'teardown': '',
11
'type': 'doctest'}]}
12
13