Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid parsing date string #62

Open
mcastorina opened this issue Jun 9, 2023 · 1 comment
Open

Avoid parsing date string #62

mcastorina opened this issue Jun 9, 2023 · 1 comment

Comments

@mcastorina
Copy link
Owner

          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)

@mcastorina
Copy link
Owner Author

@andrscyv thanks, I'm glad the tool has been helpful for you!

Could you please share the command you're running to generate the graph? That would help me debug, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant