Coder Social home page Coder Social logo

stringformat's Introduction

Input String:
"""transaction,po
jan_20,50
feb_20,56
mar_20,0
transaction,so
jan_20,1
feb_20,100
mar_20,0
transaction,inv
jan_20,123
feb_20,120
mar_20,98
master,customer
jan_20,1
feb_20,4
mar_20,7
master,supplier
jan_20,2
feb_20,5
mar_20,8
master,supplierSite
jan_20,3
feb_20,6
mar_20,9"""

Output_String:
transaction,jan_20,feb_20,mar_20
po,50,56,0
so,1,100,0
inv,123,120,98
master,jan_20,feb_20,mar_20
customer,1,4,7
supplier,2,5,8
supplierSite,3,6,9

stringformat's People

Contributors

biplabgh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.