The code block shown below should return a new DataFrame from DataFrame storesDF where column storeId is of the type string. Choose the response that correctly fills in the numbered blanks within the code block to complete this task.
Code block:
storesDF.__1__("storeId", __2__("storeId").__3__(__4__)