Skip to main content

Convert all csv files in a folder to a diccionary of dataframe and more

Project description

Forks Stargazers

LinkedIn


Logo

WikiFrame

Convert all csv files in a folder to a diccionary of dataframe and more!.
Explore the docs »

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Contributing
  5. License

About The Project

WikiFrame scan all the .csv files in a folder and convert into a diccionary of dataframe, This package accept different csv delimiter and encodings. Also if you want to add transform dataframe-functions, you can add it!.

(back to top)

Installation

  1. Install from PyPI
    pip install wikiframe
    

(back to top)

Usage

Extractor:

This function will extract all the csv files in the folder and convert them to a dictionary of dataframe.

    Parameters:
    -----------

    sep : Especifies the delimiter of the csv file. (default [',',';', ':', '|', '\t'])
    encoding : Especifies the encoding of the csv file. (if not especified, it will be detected automatically)
    func : A list of functions that will be applied to the dataframe. (e.g. [func1, func2, func3])
    func_custom : A dictionary of functions that will be applied to the especific dataframe. (e.g. {'dataframe_1':[func1,func2], 'dataframe2':func3})
    verbose : If True, will print the name of the dataframe that is transformed. (default False)

    Returns:
    --------
    data_dict : A dictionary of dataframe.

    Notes:
    ------
    The order of the dataframe in the dictionary is the same as the order of the csv files in the folder.
    func could be a list of functions or a single function.

Example:

from wiki_tools import Extractor # Import the Extractor function

extractor = Extractor(path='path/to/folder') # path to folder with csv files

data_dictonary = extractor.extract_from_csv() # extract all csv files on a folder and convert into a dictionary of dataframe

Say:

A cow helper function to say something Parameters: ----------- something: A string to say in console

Example:

    from wiki_tools.Say import cow_says_good, cow_says_good# Import the Say function    
    
    cow_says_good('Hola') # Say something in cow speak
    cow_says_error('Hola) # Say something in cow speak

Output:

< Hello World >
 -------------
        \   ^__^
         \  (oo)\_______
            (__)\ good🙈 )\/\
                ||----w |
                ||     ||
 _____________
< Hello World >
 -------------
        \   ^__^
         \  (oo)\_______
            (__)\ good🙈 )\/\
                ||----w |
                ||     ||

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wikiframe-0.0.6-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file wikiframe-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: wikiframe-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.5

File hashes

Hashes for wikiframe-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 54a968f15c8ca444498e9408920daaee3c4dbc69d5a5e7eb83d03ce2112e9e63
MD5 9b52461663fe41154286d167d699379e
BLAKE2b-256 85e6cf961bb7df53c45dfab7dd590632fcdf35e50c6f193ac2438cf827b923fb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page