【发布时间】:2021-04-26 12:58:22
【问题描述】:
我想使用 pandas 的 groupby() 函数,但不知道如何在导出前获取文件。 我试过脱水,但我不认为这是我想要的。
phone = Field()
class Meta:
model = Phones
# exclude = ('id', )
def dehydrate_url(self,phone):
【问题讨论】:
标签: python django pandas django-import-export