Metadata-Version: 2.1
Name: financialanalysis
Version: 1.1.3
Summary: All-in-one tools for financial analysis
Home-page: https://github.com/YoshioYamauchi/financialanalysis
Author: Yoshio Yamauchi == SPARKLE
Author-email: sparkle.official.01@gmail.com
License: MIT
Description: 
        
        Author : Yoshio Yamauchi 山内義生
        Twitter : [@sparkle_twtt](https://twitter.com/sparkle_twtt)  
        Medium : [@sparkle_mdm](https://sparkle-mdm.medium.com/)  
        Email : sparkle.official.01@gmail.com  
        
        You can ask me whatever about this package.
        
        
        ## Description
        This package is  bunch of tools for financial analysis.
        If you write a code of financial analysis, it may be possible that you feel it not easy, because doing work with big data of finance includes problems like how to handle time series objects, convert data types, replace missing values, finding outliers, and so on.
        
        Writing code that addresses every kind of problems is extremely hard. Thus, as a help for everyone who wants to do financial analysis, I put together some useful functions here as a package.  
        
        ## Dependencies
        This package is written over some Python packages. Please install the following packages before you install the package financialanalysis.
        <ol>  
        <li>numpy </li>  
        <li>matplotlib</li>  
        <li>pandas</li>  
        <li>sklearn</li>  
        </ol>
        If you run into a a issue about dependencies when using financialanalysis, please install necessary packages following error messages.
        
Keywords: pandas,finance,pandas datareader
Platform: any
Requires-Python: >=3.6
Description-Content-Type: text/markdown
