Skip to main content
Ctrl+K
Logo image
  • Introduction

About this Problem Bank

  • About
  • Project Team

PracticeQuestions

  • Select the correct function

unsorted

  • Select the correct function
  • Excel Data 1
  • Excel Data 2
  • Excel Data 3
  • Excel Data 4
  • Select the correct function
  • Git Commands
  • Select the correct function
  • Select the correct function
  • Markdown Links
  • Markdown Links
  • Markdown Links
  • Markdown Images
  • Markdown Statements
  • Markdown Statements
  • Subset
  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/pandas/Groupby2/Groupby2.md, line 2899)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • Pandas Melt
  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/pandas/Pandas1/Pandas1.md, line 212)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/pandas/Pandas2/Pandas2.md, line 211)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/pandas/Subset/Subset.md, line 20456)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • Local Paths
  • Local Paths
  • Local Paths
  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python1/Conditionals/Conditionals.md, line 70)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python1/Divisible_By/Divisible_By.md, line 55)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • Modify List
  • File Sizes
  • Output
  • Output 2
  • Output 4
  • String Truth
  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Budget Check/Budget Check.md, line 62)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Function1/Function1.md, line 60)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Function10/Function10.md, line 72)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Function6/Function6.md, line 62)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Function7/Function7.md, line 58)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Function8/Function8.md, line 60)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/Larger_Than/Larger Than.md, line 55)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • Select the correct function
  • Select the correct function
  • Select the correct function
  • Function Return
  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/python2/movie_review/movie_review.md, line 67)

    Substitution error:UndefinedError: ‘params_vars_title’ is undefined

  • Try Except
  • Type Error
  • Try Except
  • Type Error 2
  • System Message: ERROR/3 (/home/runner/work/datascience_bank/datascience_bank/content/public/000.unsorted/seaborn/effective_visualizations/effective_visualizations.md, line 60)

    Substitution error:UndefinedError: ‘params’ is undefined

  • Penguins 1
  • Penguins 2
  • Penguins 3
  • Navigate Paths
  • Navigate Paths
  • Navigate paths
  • Change Directory
  • Create Directory
  • Delete File
  • Select the correct function
  • Print Bash

Terminal

  • Local Paths
  • Local Paths
  • Local Paths

Data Analysis

  • Excel Data 5
  • Repository
  • Suggest edit
  • Open issue
  • .md

Navigate Paths

Contents

  • Part 1
    • Answer Section
  • Attribution

Navigate Paths#

For this question, consider the following directory structure (output of tree) of the test1 directory placed at the root of the directory.

Part 1#

You are currently in the {{ params.vars.from_folder }} directory and want to create a subdirectory inside a_level2 called magic. What path would you provide as a parameter/option to the command that creates a directory?

test1
├── alpha
│   ├── a_level1
│   │   ├── file2.md
│   │   ├── file4.md
│   │   └── file5.md
│   ├── a_level2
│   │   └── file1.md
│   └── a_level3
│       └── file3.md
├── beta
│   ├── b_level1
│   │   └── file6.md
│   ├── b_level2
│   │   ├── file7.md
│   │   └── file8.md
│   └── b_level3
│       └── file9.md
├── epsilon
│   ├── e_level1
│   ├── e_level2
│   └── e_level3
└── gamma
    ├── g_level1
    ├── g_level2
    └── g_level3

Answer Section#

  • ../../alpha/a_level2/magic

  • ../alpha/a_level2/magic

  • ../../../alpha/a_level2/magic

  • ../a_level2/magic

  • ./a_level2/magic

Attribution#

Problem is licensed under the CC-BY-NC-SA 4.0 license.
The Creative Commons 4.0 license requiring attribution-BY, non-commercial-NC, and share-alike-SA license.

previous

Navigate Paths

next

Navigate paths

Contents
  • Part 1
    • Answer Section
  • Attribution
All content on this site (unless otherwise specified) is licensed under the CC BY-NC-SA 4.0 license