-
I have a layer added with add_data() method and I would like to customise name aliases and count of info to render. How I can do that? |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Feb 15, 2023
Replies: 2 comments 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
-
I have added a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
data
parameter accepts a Pandas DataFrame. You can customize the DataFrame by changing the column names.