dataframe
dataframe copied to clipboard
Jupyter codegen: attempt to inherit from data class
@DataSchema
data class A(val a: Int)
val df = dataFrameOf("a", "b")(1,2)
Error compiling code:
@DataSchema(isOpen = false)
interface _DataFrameType : A
An interface cannot inherit from a class