Skip to content

Instantly share code, notes, and snippets.

PRICE MAINT DOORS PERSONS SAFETY CLASS
40000 1000 2 4 high acc
20000 1500 3 2 med unacc
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 2 in line 1.
inicio fin aaaa legal demora
1988 9 11,5
1989 9 11
01/01/1990 29/06/1990 1990 9 11
30/06/1990 31/12/1990 1990 10 12
1991 10 12
1992 10 12
1993 10 12
1994 9 11
1995 9 11
0170040137 60012 30580099160519 ES3330580099072732000240
0270040137 30580099
0370040137 190059503484 30580000150519000000011902 1D305800004228100739820731991865ES46
0370040137 190061037714 30580000150519000000021283 2 0731991865
0370040137 190066534615 30580000150519000000056416 1D305800004228100739820731991865ES46
0370040137 190067991513 30580000150519000000051346 1D305800004228100739820731991865ES46
0370040137 190068473023 30580000150519000000003169 1 0731991865
0370040137 190068713934 30580000150519000000060830 1D305800004228100739820731991865ES46
0370040137 190069699899 30580000150519000000062249 1D305800004228100739820731991865ES46
0370040137 190097014886 30580000150519000000000800 2 0731991361
@Jviejo
Jviejo / municipios2019.csv
Last active September 6, 2019 11:44
municipios
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
CODAUTO CPRO CMUN DC NOMBRE
16 1 51 3 Agurain/Salvatierra
16 1 1 4 Alegría-Dulantzi
16 1 2 9 Amurrio
16 1 49 3 Añana
16 1 3 5 Aramaio
16 1 6 6 Armiñón
16 1 37 6 Arraia-Maeztu
16 1 8 8 Arratzua-Ubarrundia
16 1 4 0 Artziniega
We can make this file beautiful and searchable if this error is corrected: It looks like row 9 should actually have 1 column, instead of 2 in line 8.
CODIGO LITERAL
02 Albacete
03 Alicante/Alacant
04 Almería
01 Araba/Álava
33 Asturias
05 Ávila
06 Badajoz
07 Balears, Illes
08 Barcelona
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
Time Tpaq ARPrq ARPpb ARPan ARPgr IP_UDP IP_TCP IP_RESTO IP6 RESTO MACs UCAST MCAST BCAST SALIDA
1560926493 296 95 0 0 0 105 0 0 57 38 24 0 191 105 0
1560926553 243 23 0 0 1 107 0 0 76 36 23 0 209 34 0
1560926612 219 27 0 0 0 91 0 0 63 37 21 0 186 33 0
1560926673 9133 8855 0 3 1 148 0 0 88 37 26 0 241 8892 1
1560926733 30396 30091 0 0 0 202 0 0 65 37 25 0 229 30167 1
1560926793 30382 30094 0 1 0 161 0 0 90 36 24 0 238 30144 1
1560926852 5175 4892 0 0 0 166 0 0 81 35 24 0 238 4937 1
1560926913 319 20 0 0 0 171 0 0 90 37 26 0 245 74 0
1560926973 319 20 0 0 1 174 0 0 85 38 22 0 247 72 0
{
"tipo_rc": "VALORES",
"rc": {
"cpr": "111",
"emisora": 0,
"referencia": 152,
"dc": 9,
"identificacion": 1037199248,
"modalidad_c60": "M2",
"importe": "123.56",

intent:adios

  • adios
  • hasta luego
  • fin
  • hasta pronto

intent:afirmacion

  • si
  • vale
  • bien

hola

  • hola
    • utter_hola

adios

  • adios
    • utter_adios

ejemplos

# This files contains your custom actions which can be used to run
# custom Python code.
#
# See this guide on how to implement these action:
# https://rasa.com/docs/rasa/core/actions/#custom-actions/
# This is a simple example for a custom action which utters "Hello World!"
from typing import Any, Text, Dict, List