• R/O
  • SSH

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Tiempo Autor
3e0e80446c9d tip 2025-01-23 03:38:25 Lorenzo Isella

I added a function to handle sparql queries.

ba07279b6dbc 2025-01-23 03:29:21 Lorenzo Isella

A simple script retrieving the data either as a json or as an rdf using a sparql query.

c7ac9866c1a9 2025-01-22 06:43:50 Lorenzo Isella

I now fixed the bit about the unnest function.

c4d1ce46b832 2025-01-22 06:10:08 Lorenzo Isella

I fixed a typo.

004945533edb 2025-01-22 05:45:38 Lorenzo Isella

Now unnest needs a cols argument.

9334aeefa440 2025-01-18 08:52:41 Lorenzo Isella

A script to retrieve a json file from the api link of data.europa.eu.

86376ef1ac7b 2025-01-18 08:33:39 Lorenzo Isella

A script with some recursive functions to change a generic nested json file into a tibble.

c0d3226a362d 2025-01-18 02:05:21 Lorenzo Isella

A code to query the data.europa database and rectangle the results.

c2dc1be9243f 2025-01-17 21:32:00 Lorenzo Isella

This script run queries on data.europa.eu and return the result as a tibble.

5d36c5e195f3 2025-01-16 18:23:03 Lorenzo Isella

I improved the treatment of the date field.

f446063e069a 2025-01-16 05:08:14 Lorenzo Isella

Minor modifications.

591a2219db8e 2025-01-16 05:06:20 Lorenzo Isella

I now use map from purrr in the new function.

eb67ef491c60 2025-01-16 04:19:12 Lorenzo Isella

A script to process the etsy sales data.

fc4c2d28eb76 2025-01-16 04:17:31 Lorenzo Isella

I added a new function.

2ec8b51a1dfa 2025-01-16 03:11:02 Lorenzo Isella

A function to remove the euro sign and convert to numeric.

76e5fbf017c9 2025-01-15 16:54:00 Lorenzo Isella

I changed the brief message for the function which I provide myself.

95c71ad13538 2025-01-15 02:13:46 Lorenzo Isella

I added a comment.

86cbe77842db 2025-01-15 02:10:49 Lorenzo Isella

Now the file also accepts an input csv file.

4752cb7f5726 2025-01-15 02:06:34 Lorenzo Isella

A code showing a shiny interface which generates a pointblank validation table.

65c32927d8f4 2025-01-14 20:19:53 Lorenzo Isella

I now use case_when instead of nested if_else's.

b92e3d54ef0b 2025-01-14 20:11:57 Lorenzo Isella

I added a code to use pointblank to generate an html file with the results of some tests.

174946cb309a 2025-01-14 20:08:11 Lorenzo Isella

I fixed the equal_within function.

951210671562 2025-01-14 06:55:59 Lorenzo Isella

A simple script showing how to use pointblank with a custom function.

ab669d2f01e5 2025-01-13 18:40:36 Lorenzo Isella

I added safety checks to other two functions.

725e4f76f0b0 2025-01-13 18:37:16 Lorenzo Isella

I improved a function.

070e732ad5e2 2025-01-10 06:15:47 Lorenzo Isella

I added other stats.

8783e3f3f177 2025-01-09 19:06:59 Lorenzo Isella

A code showing the ".by" syntax both for summarise and mutate.

2fe3c54f9a18 2025-01-09 18:33:11 Lorenzo Isella

I simply replaced magritte with the native pipe.

b2bd2262d7b3 2025-01-07 03:48:34 Lorenzo Isella

A script showcasing the pointblank package.

755b11e0bd67 2025-01-03 03:35:54 Lorenzo Isella

I can now choose whether to run the left_join with arrow or duckplyr.