当前位置:网站首页>ERROR:bokeh.core.validation. check:E-1001 (BAD_COLUMN_NAME)
ERROR:bokeh.core.validation. check:E-1001 (BAD_COLUMN_NAME)
2022-07-28 15:21:00 【bingbangx】
intend : There is no such column name
The reason for this mistake is :
from DataFrame Format to ColumnDataSource Data time , The column name cannot be recognized , That's why I made a mistake .
The code before checking is : contain index Column , Then directly substitute the source data into the drawing ;
Why can't you identify the listing , It should contain index Index columns , So there is a problem in recognition
Modification method : take index The column becomes a normal column , That's all right. .
The changed code is :
data_fin = data_fin.reset_index(drop=False)
source = ColumnDataSource(data_fin) # Structural data 边栏推荐
猜你喜欢

The difference between @notnull, @notblank, @notempty of commonly used verification annotations

Learn PHP reflection classes from ThinkPHP remote code execution

idea调试burpsuit插件

iPhone苹果手机上一些不想让他人看到的APP应用图标怎么设置手机桌面上的APP应用设置隐藏不让显示在手机桌面隐藏后自己可以正常使用的方法?

Jogy-61 voltage relay

Customer service system attached to crmeb Standard Edition

Publish raspberry pie web page with cpolar (apache2 installation test)

边缘技术和小程序容器在智能家居中的应用

shellcode编写学习-环境

Here comes the full open source free customer service system
随机推荐
【游戏测试工程师】初识游戏测试—你了解它吗?
JS learning notes 24-28: end
Slider restore and validation (legal database)
3477. 简单排序
sql 开发篇一 之 表锁查询及解锁
3540. 二叉搜索树
No files or folders found to process
JS study notes 18-23
安装mosek,license安装位置查找
DAY:7/11
Is the expansion operator a deep copy or a shallow copy
3438. 数制转换
Compilation learning
Voltage relay dy-28c
An idea of modifying vertex height with shader vertex shader
4519. Number of square arrays
Multi merchant mall system with relatively clean code
crmeb 标准版window+phpstudy8安装教程(二)
Instructions for common symbols in kotlin
celery 相关