CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:16:34 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=ba1446b451b27d077d6fa28f52e676ddef2da9b92a6e41e727b289dd5250d3cfa%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22-itwDwZcSz0Y6SGQbg6ReSexNwEWa7wH%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cef9dc8bfaf313-BLR
Dont go to chicago - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- library(mongolite)
- library(lubridate)
- library(ggplot2)
- data = mongo(collection="crimes", db="test")
- domestic = data$find('{"Domestic": true}')
- hours = hour(parse_date_time(domestic$Date, c("mdy-HMS %p", "mdy-HM")))
- days = weekdays(parse_date_time(domestic$Date, c("mdy-HMS %p", "mdy-HM")))
- hour(parse_date_time("03/18/2015 11:30:00 AM", c("mdy-HMS", "mdy-HM")))
- plotData = as.data.frame(table(days, hours))
- dayType = ifelse(days %in% c("Saturday", "Sunday"), "Weekend", "Weekday")
- dayData = as.data.frame(table(hours, dayType))
- #ggplot(plotData, aes(x = hours, y = Freq, group=days, color=days)) +
- # geom_line() + ggtitle("Don't go to Chicago")
- ggplot(dayData, aes(x = hours, y = Freq, group=dayType, color=dayType)) +
- geom_line() + ggtitle("Don't go to Chicago")
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 6 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 7 sec ago | 0.10 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ L
JavaScript | 8 sec ago | 0.24 KB
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 15 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 2
JavaScript | 19 sec ago | 0.24 KB
-
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐
Java | 20 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ 1
JavaScript | 31 sec ago | 0.24 KB
-
⭐✅ Trading Profit Method ✅ NEVER SEEN BEFORE...
JavaScript | 37 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand