Closed Scatalina1 closed 2 years ago
Hi @Scatalina1, thanks for your diligence in calling this out! This warning is issued by Pandas to alert users to a future deprecation of the append
method on Pandas DataFrames and is not an indication that any feature in the tableau-api-lib
will be deprecated.
The library will switch to using concat
instead of append
before the Pandas library deprecates append
.
When applying the flatten_dict_list_column function I receive the following warning: