read_view

DataFrame.read_view(view: View, append: bool = False) DataFrame[source]

Read the data from a View.

Args:
view (View):

The view to read.

append (bool, optional):

If a data frame object holding the same name is already present in the getML, should the content of of the CSV files in fnames be appended or replace the existing data?

Returns:
DataFrame:

Handler of the underlying data.