我知道已经有一些有关上述错误的主题,但是尽管有以下事实,我仍然遇到:
# Create subplots
fig, axes = plt.subplots(2, 3)
# Needs to be d, not pri_count_list
for d, ax in zip(pri_count_list, axes.ravel()):
plot_df1 = i.unstack('Priority').loc[:, 1]
# Plot with the iterated axis
ax.plot(plot_df1, legend=True, figsize=(15,7)
...
{
"name": "processingTime", "type": {
"type": "long",
"logicalType": "timestamp-millis"
}
但是我不知道将它放在哪里(哪个类?),我不确定它是否可以与GenericRecord的实例一起使用(通过从架构注册表读取的架构创建)