成功解决ValueError: Could not interpret input day

简介: 成功解决ValueError: Could not interpret input day


目录

解决问题

解决思路

解决方法


 

 

解决问题

ValueError: Could not interpret input 'day'

 

 

 

解决思路

值错误:无法解释输入“day”

 

 

解决方法

输入的数据中不包含该字段,博主经过将数据输出,得出以下内容,发现输出的为网页,所以,经过修改输入的数据,

最后,大功告成!

1.                                         <!DOCTYPE html>
2. 0                                      <html lang="en">
3. 1                                                <head>
4. 2                                <meta charset="utf-8">
5. 3       <link rel="dns-prefetch" href="https://githu...
6. 4       <link rel="dns-prefetch" href="https://avata...
7. 5       <link rel="dns-prefetch" href="https://avata...
8. 6       <link rel="dns-prefetch" href="https://avata...
9. 7       <link rel="dns-prefetch" href="https://avata...
10. 8       <link rel="dns-prefetch" href="https://githu...
11. 9       <link rel="dns-prefetch" href="https://user-...
12. 10      <link crossorigin="anonymous" media="all" in...
13. 11      <link crossorigin="anonymous" media="all" in...
14. 12        <link crossorigin="anonymous" media="all" ...
15. 13      <meta name="viewport" content="width=device-...
16. 14      <title>seaborn-data/tips.csv at master · mwa...
17. 15        <meta name="description" content="Data rep...
18. 16        <link rel="search" type="application/opens...
19. 17      <link rel="fluid-icon" href="https://github....
20. 18      <meta property="fb:app_id" content="14014886...
21. 19        <meta name="twitter:image:src" content="ht...
22. 20        <meta property="og:image" content="https:/...
23. 21      <link rel="assets" href="https://github.gith...
24. 22      <meta name="request-id" content="E5CE:7621:6...
25. 23      <meta name="selected-link" value="repo_sourc...
26. 24        <meta name="google-site-verification" cont...
27. 25      <meta name="google-site-verification" conten...
28. 26      <meta name="google-site-verification" conten...
29. 27    <meta name="octolytics-host" content="collecto...
30. 28    <meta name="analytics-location" content="/&lt;...
31. 29    <meta name="optimizely-sdk-key" content="cowim...
32. ...                                                 ...
33. 3058        You can’t perform that action at this time.
34. 3059                                             </div>
35. 3060      <script crossorigin="anonymous" async="asy...
36. 3061      <script crossorigin="anonymous" integrity=...
37. 3062      <script crossorigin="anonymous" async="asy...
38. 3063      <script crossorigin="anonymous" async="asy...
39. 3064      <script crossorigin="anonymous" async="asy...
40. 3065    <div class="js-stale-session-flash flash fla...
41. 3066                                                  >
42. 3067      <svg class="octicon octicon-alert" viewBox...
43. 3068      <span class="js-stale-session-flash-signed...
44. 3069      <span class="js-stale-session-flash-signed...
45. 3070                                             </div>
46. 3071                <template id="site-details-dialog">
47. 3072    <details class="details-reset details-overla...
48. 3073      <summary role="button" aria-label="Close d...
49. 3074      <details-dialog class="Box Box--overlay d-...
50. 3075        <button class="Box-btn-octicon m-0 btn-o...
51. 3076          <svg class="octicon octicon-x" viewBox...
52. 3077                                          </button>
53. 3078        <div class="octocat-spinner my-6 js-deta...
54. 3079                                  </details-dialog>
55. 3080                                         </details>
56. 3081                                        </template>
57. 3082    <div class="Popover js-hovercard-content pos...
58. 3083    <div class="Popover-message Popover-message-...
59. 3084                                             </div>
60. 3085                                             </div>
61. 3086                                            </body>
62. 3087                                            </html>
63. 
64. [3088 rows x 1 columns]

 

相关文章
RuntimeError: Given groups=1, weight of size 64 128 1 7, expected input[16,
RuntimeError: Given groups=1, weight of size 64 128 1 7, expected input[16,
2371 0
|
7月前
|
算法框架/工具
Keras报错:TypeError: (‘Keyword argument not understood:‘, ‘offset‘)
Keras报错:TypeError: (‘Keyword argument not understood:‘, ‘offset‘)
|
12月前
[AssertionError: nput tensor input format are different]
分析到这儿就明白了。input tensor虽然格式也是CHW, 但它还有一个batch维度,所以报错。
122 0
解决AssertionError: size of input tensor and input format are different.tensor shape: (3, 138input_for
解决AssertionError: size of input tensor and input format are different.tensor shape: (3, 138input_for
303 0
|
TensorFlow 算法框架/工具
解决TypeError: tf__update_state() got an unexpected keyword argument ‘sample_weight‘
解决TypeError: tf__update_state() got an unexpected keyword argument ‘sample_weight‘
230 0
解决TypeError: tf__update_state() got an unexpected keyword argument ‘sample_weight‘
|
Linux Python
ValueError: empty range for randrange() (0, 0, 0)
ValueError: empty range for randrange() (0, 0, 0)
|
Python
【hacker的错误集】TypeError: can‘t multiply sequence by non-int of type ‘str‘
我比较喜欢通过单词的意思来分析报错 TypeError类型错误 multiply乘 sequence 序列 通过分析可以得出报错意思大概是类型错误:无法将序列与字符串类型的非整数相乘
313 0
【hacker的错误集】TypeError: can‘t multiply sequence by non-int of type ‘str‘
|
Python
SyntaxError: Missing parentheses in call to 'print'
SyntaxError: Missing parentheses in call to 'print'
107 0
成功解决TypeError: read_excel() got an unexpected keyword argument ‘parse_cols or ‘sheetname‘
成功解决TypeError: read_excel() got an unexpected keyword argument ‘parse_cols or ‘sheetname‘
成功解决ValueError: Could not interpret input day
成功解决ValueError: Could not interpret input day