show_table

swpy.swds.request.show_table(url)

Print the list of tables from the given URL and update the URL. The URL is updated by appending the name of the table to it. When exit is entered, return 'None'. When table number is entered, return 'the updated URL'.

Parameters

  • url (str) – URL containing the data to be fetched.
  • Returns

  • str – Updated URL / None