feat: add option to load big/wide tables (#13448)

* WIP

* feat: add option to load big/wide tables

* Fix lint

* Address comments
This commit is contained in:
Beto Dealmeida
2021-03-11 17:17:29 -08:00
committed by GitHub
parent 901acd936f
commit 1470e70c10
4 changed files with 229 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
# specific language governing permissions and limitations
# under the License.
from .bart_lines import load_bart_lines
from .big_data import load_big_data
from .birth_names import load_birth_names
from .country_map import load_country_map_data
from .css_templates import load_css_templates