Select Language

AI社区

公开数据集

MyAnimelist动漫数据集,包含15000条动漫数据

MyAnimelist动漫数据集,包含15000条动漫数据

5M
857 浏览
0 喜欢
2 次下载
0 条讨论
Anime and Manga Classification

MyAnimelist动漫数据集,包含15000条动漫数据。这是一份未经过滤的流行网站https://myanimelist.net,在2019年2月4日更新的动画片......

数据结构 ? 5M

    Data Structure ?

    * 以上分析是由系统提取分析形成的结果,具体实际数据为准。

    README.md

    MyAnimelist动漫数据集,包含15000条动漫数据。

    这是一份未经过滤的流行网站https://myanimelist.net,在2019年2月4日更新的动画片列表。该列表只包含动画片。这个想法来自https://www.kaggle.com/azathoth42/myanimelist(那里也有用户列表),更多细节在那里。真的,去Matěj kernel和他的github页面,可以看到一个非常有趣的和非常图形化的分析。


    其格式为CSV。也请看数据描述中的列描述。有些列有点模糊,必须重新检查(例如,排名与受欢迎程度与喜爱程度)。(这导致了另一个问题--用户//会员的总数是多少?)排名(见维基百科:https://en.wikipedia.org/wiki/MyAnimeList)

    其中v代表用户投票总数,S代表用户平均得分,m代表获得计算得分所需的最低投票数(目前为50),C代表整个动漫数据库的平均得分。只有用户完成了至少20%的动画/漫画的分数被计算出来。详情如下。

    ```
    'animeID'       # anime ID (as in https://myanimelist.net/anime/animeID)
    'name'          # anime title - extracted from the site.
    'title_english' # title in English (sometimes is different, sometimes is missing)
    'title_japanese' # title in Japanese (if Anime is Chinese or Korean, the title, if available, in the respective language)
    'title_synonyms' # other variants of the title
    'type'          # anime type (e.g. TV, Movie, OVA)
    'source'        # source of anime (i.e original, manga, game, music, visual novel etc.)
    
    'producers'     # list of strings: producers, from a longer string extracted above (see code at github)
    'genres'        # list of strings: anime genre; there can be multiple genres.
    'studios'       # list of strings: studio, extracted above (can be multiple studios)
    
    'episodes'      # number of episodes
    'status'        # aired or not etc. 
    'airing'        # if still airing (True or False)
    'aired'         # dictionary with aired dates
    'duration'      # per episode or the entire duration if movie
    'rating'        # age rating
    'score'         # score 0 to 10 (median score by users)
    'scored_by'     # number of users that scored
    'rank'          # weighted according to some MAL formula (go  there to look for formula)
    'popularity'    # based on how many members/users have the respective anime in their list
    'members'       # number members that added this anime in their list
    'favorites'     # number members that favorites these in their list (I have to recheck it as this is confusing with popularity)
    'synopsis'      # long string with anime synopsis
    'background'    # long string with production background and other things
    'premiered'     # anime premiered on date
    'broadcast'     # when is (regularly) broadcasted
    'related'       # dictionary: related animes, series, games etc.
    
    ```

    Acknowledgements

    We wouldn't be here without the help of others.
    The original is here.

    https://www.kaggle.com/azathoth42/myanimelist

    Inspiration

    Maybe make some recommendations engine?

    ×

    帕依提提提温馨提示

    该数据集正在整理中,为您准备了其他渠道,请您使用

    注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
    暂无相关内容。
    暂无相关内容。
    • 分享你的想法
    去分享你的想法~~

    全部内容

      欢迎交流分享
      开始分享您的观点和意见,和大家一起交流分享.
    所需积分:12 去赚积分?
    • 857浏览
    • 2下载
    • 0点赞
    • 收藏
    • 分享