datascience.tables.Table.read_table

classmethod Table.read_table(filepath_or_buffer, *args, **vargs)[source]

Read a table from a file or web address.

filepath_or_buffer – string or file handle / StringIO; The string
could be a URL. Valid URL schemes include http, ftp, s3, and file.