Skip to content

hezbranch/readin_ucinet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

readin_ucinet

Read in UCINET text files as pandas DataFrame

Available at: https://pypi.org/project/readin-ucinet/

Prerequisites: Requires pandas installation
         https://pandas.pydata.org/pandas-docs/stable/getting_started/install.html?highlight=install

Example Usage:
          import readin_ucinet as ru
          social_graph = ru.read_ucinet("ENTER_FILEPATH_HERE")

Returns: pandas DataFrame or TextParser
          A comma-separated values (csv) file is returned as two-dimensional data structure with labeled axes.

About

Read in UCINET text files as pandas DataFrame

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages