Questions tagged [timedate]
6 questions
1
vote
2 answers
Python - How to get a specific value form Pandas DataFrame from CSV file
I have problem with getting a specific value from DataFrame object.
My CVS file looks like:
domain1.com,1.1.1.1,2023-01-01,description 1
domain2.com,2.2.2.2,2023-02-23,,description 2
Next i read CSV using Pandas and Data Frame object
dataset =…

Mariusz
- 11
- 2
0
votes
0 answers
Is there an R function to subtract two date time data?
I have two columns of data that are dttm that I'm trying to get the difference from to then get the total average.
Essentially I have a start time to a trip, an end time. I'd like to know the difference between them and then get the average time…

Jabe Milam
- 1
- 2
0
votes
0 answers
Type Mismatch Error when using DLookup on a date field
I feel like I have done adequate research and come up empty handed so I now pass it off to you.
Pretty simple, really: I am getting a type mismatch error in the immediate window with the following…

TileHittinMofo
- 19
- 1
0
votes
0 answers
Date parsing help in R: Error in `as.POSIXlt.character()`: ! character string is not in a standard unambiguous format
I'm trying to parse a date, but returning error or NAs.
I'm using googlesheets4 to import a google sheet. One of the columns has dates in a %d/%m/%Y format, with no leading 0s. Ex: 1/5/2022. I suspect the lack of leading 0s is the problem, but I…

e_terr
- 43
- 6
0
votes
1 answer
Is there a way to search for the month inputted into a timedate object and link it to the matching key in dictionary with same month
Have a fairly simple program with a take a input for birthday which gives a day and month for birthday as a timedate object for example 19 May and have a dictionary with 12 keys aka January to December looking for a way to use a dictionary method to…

Phillip Handfield
- 11
- 1
0
votes
1 answer
Extract previous month from current date using timeDate library
I'm using the timeDate library instead of lubridate because it appears easier to determine when certain stock markets are open.
Given the current date, how do I extract the previous month in numeric form?
So if the current date is:…

ixodid
- 2,180
- 1
- 19
- 46