Skip to content

Avoid parsing date string #62

Open
@mcastorina

Description

          Hi @mcastorina !

First I want to say your tool is awesome, I've used it multiple times.

I'm wondering if there is a way to avoid parsing of a string for a line graph ?

I have a csv with the following data

week,deal_count,percentage,date
2023-01-08,3,12.0,ene-08
2023-01-15,3,6.0,ene-15
2023-01-22,12,17.65,ene-22
2023-01-29,6,9.84,ene-29
2023-02-05,2,3.45,feb-05
2023-02-12,4,8.0,feb-12
2023-02-19,4,5.56,feb-19
2023-02-26,4,6.9,feb-26
2023-03-05,2,3.08,mar-05
2023-03-12,7,10.77,mar-12
2023-03-19,8,11.59,mar-19
2023-03-26,3,4.23,mar-26
2023-04-02,3,4.0,abr-02
2023-04-23,2,3.85,abr-23
2023-04-30,1,1.14,abr-30

the date column has the month name in spanish and I wish it would appear as is on the graph but instead I get
Screen Shot 2023-05-24 at 15 56 07

Originally posted by @andrscyv in #56 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions