Skip to content

Example 04: Data frame duplication and deletion

Maurice HT Ling edited this page Dec 2, 2015 · 1 revision

https://github.com/mauriceling/tapps/blob/master/examples/example_04.py

#################################################################
# Example 04: Data frame duplication and deletion
#################################################################

@include example_03.py

select from STI as STI_D

show dataframe

select from STI as STI_D1

delete dataframe STI_D1

describe STI