Code Monkey home page Code Monkey logo

Comments (11)

swsoyee avatar swsoyee commented on May 25, 2024

@dalaoshi-huster 以2月17日的数据为例,
image

按下述格式收集成beHospitalized.csv

date mild severe unknow
20200217 X X X
20200218 X X X

等等即可。

  • mild:うち軽〜中等症の者
  • severe:うち人工呼吸器……
  • uknow:うち確認中

各国分类情况和数据提供情况不同,不一定需要参照丁香园的。

PCR陽性死亡症状不属于同一个分类,可以先分开单独表进行整理,以后有需要再进行合并也可

from 2019-ncov-japan.

dalaoshi-huster avatar dalaoshi-huster commented on May 25, 2024

日付       無症状者  軽・中症状者  重症者  確認中
2020年2月17日   12      23     3     4

这样?

from 2019-ncov-japan.

swsoyee avatar swsoyee commented on May 25, 2024

@dalaoshi-huster 参考
https://github.com/swsoyee/2019-ncov-japan/blob/master/Data/recovered.csv
记录每日增加数即可,列名用英文即可,日期+3分类*2(国内+飞机)
一共7列的数据

from 2019-ncov-japan.

dalaoshi-huster avatar dalaoshi-huster commented on May 25, 2024

patients' level.xlsx

这样?

from 2019-ncov-japan.

dalaoshi-huster avatar dalaoshi-huster commented on May 25, 2024

patients' level.xlsx

update to 18thFeb

from 2019-ncov-japan.

dalaoshi-huster avatar dalaoshi-huster commented on May 25, 2024

patients' level.xlsx

2月19日までのデータを更新しました。

from 2019-ncov-japan.

swsoyee avatar swsoyee commented on May 25, 2024

@dalaoshi-huster

  1. 保持一行只有一个数据,否则不方便数据的读取。
  2. 另外可以直接粘贴CSV,不需要上传xlsx,不够直观。
  3. 需要第一份数据到最新一份到数据,不是2月17日开始到数据

参考

date mild-domestic severe-domestic ongoing-domestic mild-flight severe-flight ongoing-flight mild-ship severe-ship ongoing-ship
20200115                  
20200116                  
20200117                  
20200118                  
20200119                  
20200120                  
20200121                  
20200122                  
20200123                  
20200124                  
20200125                  
20200126                  
20200127                  
20200128                  
20200129                  
20200130                  
20200131                  
20200201                  
20200202                  
20200203                  
20200204                  
20200205                  
20200206                  
20200207                  
20200208                  
20200209                  
20200210                  
20200211                  
20200212                  
20200213                  
20200214                  
20200215                  
20200216                  
20200217                  
20200218                  
20200219                  
20200220                  

CSV模版

date,mild-domestic,severe-domestic,ongoing-domestic,mild-flight,severe-flight,ongoing-flight,mild-ship,severe-ship,ongoing-ship
20200115,,,,,,,,,
20200116,,,,,,,,,
20200117,,,,,,,,,
20200118,,,,,,,,,
20200119,,,,,,,,,
20200120,,,,,,,,,
20200121,,,,,,,,,
20200122,,,,,,,,,
20200123,,,,,,,,,
20200124,,,,,,,,,
20200125,,,,,,,,,
20200126,,,,,,,,,
20200127,,,,,,,,,
20200128,,,,,,,,,
20200129,,,,,,,,,
20200130,,,,,,,,,
20200131,,,,,,,,,
20200201,,,,,,,,,
20200202,,,,,,,,,
20200203,,,,,,,,,
20200204,,,,,,,,,
20200205,,,,,,,,,
20200206,,,,,,,,,
20200207,,,,,,,,,
20200208,,,,,,,,,
20200209,,,,,,,,,
20200210,,,,,,,,,
20200211,,,,,,,,,
20200212,,,,,,,,,
20200213,,,,,,,,,
20200214,,,,,,,,,
20200215,,,,,,,,,
20200216,,,,,,,,,
20200217,,,,,,,,,
20200218,,,,,,,,,
20200219,,,,,,,,,
20200220,,,,,,,,,

from 2019-ncov-japan.

dalaoshi-huster avatar dalaoshi-huster commented on May 25, 2024

好的。
数据起点在1月16日但是2月4日以前并没有关于患者患病程度 的描述,只有症状描述。不知如何分类?

from 2019-ncov-japan.

swsoyee avatar swsoyee commented on May 25, 2024
  1. 统计unique(症状描述)
  2. 重新规划到mild、severe、ongoing三分类中
  3. 写备注说明上述分类情况

即可

from 2019-ncov-japan.

dalaoshi-huster avatar dalaoshi-huster commented on May 25, 2024

2月4日以前没有统计患者总数,也没有具体的出院信息。2月4日以后有总的人数信息,此前只是按照个例通报(通报中只有他们就诊前和就诊时的症状,没有入院后的信息)。因此很难统计此前某日共有多少人处于住院状态,也难以跟踪他们的症状恶化或者改善。
是否重新以2月4日为起始点?

from 2019-ncov-japan.

swsoyee avatar swsoyee commented on May 25, 2024

@dalaoshi-huster 那你先把2月4日以后的数据统计出来用着先吧,后期再补

from 2019-ncov-japan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.