Metadata-Version: 2.1
Name: readin-ucinet
Version: 1.3.6
Summary: Read in UCINET file as pandas DF
Home-page: https://github.com/hezbranch/readin_ucinet
Author: Hezekiah Branch
Author-email: hezekiah.branch.tufts@gmail.com
License: UNKNOWN
Description: # readin_ucinet
        Read in UCINET text files as pandas DataFrame
        
        **Prerequisites:** Requires pandas installation <br/>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html?highlight=install
        
        **Example Usage:** <br/>
        &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; import readin_ucinet as ru <br/>
        &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; social_graph = ru.read_ucinet("ENTER_FILEPATH_HERE")
        
        **Returns: pandas DataFrame or TextParser <br/>**
        &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; A comma-separated values (csv) file is returned as two-dimensional data structure with labeled axes.
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
