Please help me understand the issue while printing the table in R shiny.Following is the error :
Warning: Error in as.data.frame.default: cannot coerce class ‘c("python.builtin.function", "python.builtin.object")’ to a data.frame
The issue seems to be object types, i.e. you aren't trying to manipulate a data.frame, but rather a python object
Thanks, actually there was some data issue cleared it..!!
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.