Skip to content

Commit 4b4d11a

Browse files
feat(courses): add LlamaIndex course on data analysis with Pandas
Add new Alura course on LlamaIndex for analyzing data using Pandas framework, completed on 2025-10-29. Course tagged with AI and Python topics.
1 parent ea54e25 commit 4b4d11a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/app/data/Course.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,6 +608,17 @@ export const Courses: ICourse[] = [
608608
},
609609

610610
// ===== ALURA =====
611+
{
612+
613+
id: 'curso-liamaindex-analisando-dados-panda-alura-2025-10',
614+
name: 'LlamaIndex: analisando dados com Pandas',
615+
institution: InstitutionEnum.Alura,
616+
certificateUrl:
617+
'https://cursos.alura.com.br/certificate/72fbbc57-79ad-42ea-9475-8f39a4fc9b0a?lang=pt_BR',
618+
tags: [CourseTagEnum.ArtificialIntelligence, CourseTagEnum.Python],
619+
conclusion: new Date('2025-10-29'),
620+
favorite: false,
621+
},
611622
{
612623

613624
id: 'curso-seguranca-ofensiva-alura-2024-09',

0 commit comments

Comments
 (0)