power-bi-python-api
power-bi-python-api copied to clipboard
ColumnDataTypes using Date instead of Datetime
trafficstars
Hi Alex,
First, really appreciated for your work. I wonder if possible to use Date instead of Datetime when creating a column?
Create a new column for our partner name.
name_column = Column(name='P_date', data_type=ColumnDataTypes.Date)
Thanks
NZ