Is there a simple way if a DataFrame (say empty as in just allocated) supports DataArray or NullableArray?

The title says it all.

What does the title mean?

2 Likes

using DataFrames

df = DataFrame()

At this point, is there a way of finding out whether the DataFrame supports DataArray or NullableArray?